#9029B3

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

Shades of Dark Orchid #9029B3

Tints of Dark Orchid #9029B3

Color information

#9029B3 (or 0x9029B3) is unknown color: approx Dark Orchid. HEX triplet: 90, 29 and B3. RGB value is (144,41,179). Sum of RGB (Red+Green+Blue) = 144+41+179=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #9029B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029B3 is #6FD64C. Grayscale: #575757. Windows color (decimal): -7329357 or 11741584. OLE color: 11741584.

HSL color Cylindrical-coordinate representation of color #9029B3: hue angle of 284.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9029B3 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14441179-
CMYK0.200.7700.30
HSL284.78º62.73%43.14%-
HSV(B)284.78º77.09%70.2%-
XYZ20.4310.7743.65-
YUV87.53179.62168.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 41 (16.41% from 255) = 11.26%
BLUE value IS 179 (70.31% from 255) = 49.18%
R=39.56%
G=11.26%
B=49.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144411790.200.7700.30284.7862.7343.14
Hex9029B3144D01E11d3f2b
Octal22051263241150364357753
Binary1001000010100110110011101001001101011110100011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9029B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9029B3; }

 p { color: rgb(144,41,179); }

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

<style>
 a { background-color: #9029B3; }

 a { background-color: rgb(144,41,179); }

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

<style>
 span { border-color: #9029B3; }

 span { border-color: rgb(144,41,179); }

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