#9234AF

Color #9234AF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9234AF

Tints of Dark Orchid #9234AF

Color information

#9234AF (or 0x9234AF) is unknown color: approx Dark Orchid. HEX triplet: 92, 34 and AF. RGB value is (146,52,175). Sum of RGB (Red+Green+Blue) = 146+52+175=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #9234AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9234AF is #6DCB50. Grayscale: #5D5D5D. Windows color (decimal): -7195473 or 11482258. OLE color: 11482258.

HSL color Cylindrical-coordinate representation of color #9234AF: hue angle of 285.85º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9234AF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14652175-
CMYK0.170.7000.31
HSL285.85º54.19%44.51%-
HSV(B)285.85º70.29%68.63%-
XYZ20.8211.6641.71-
YUV94.13173.64165-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=39.14%
G=13.94%
B=46.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146521750.170.7000.31285.8554.1944.51
Hex9234AF114601F11e362d
Octal22264257211060374366655
Binary1001001011010010101111100011000110011111100011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9234AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9234AF; }

 p { color: rgb(146,52,175); }

 H1.HeaderClassName
 {
   color: #9234AF;
 }
 .AnyTagClassName
 {
   color: #9234AF;
 }
</style>
background-color css

<style>
 a { background-color: #9234AF; }

 a { background-color: rgb(146,52,175); }

 div.DivClassName
 {
   background-color: #9234AF;
 }
 .BgClassName
 {
   background-color: #9234AF;
 }
</style>
border-color css

<style>
 span { border-color: #9234AF; }

 span { border-color: rgb(146,52,175); }

 td.TdClassName
 {
   border-color: #9234AF;
 }
 .TagClassName
 {
   border-color: #9234AF;
 }
</style>