#9039B0

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

Shades of Dark Orchid #9039B0

Tints of Dark Orchid #9039B0

Color information

#9039B0 (or 0x9039B0) is unknown color: approx Dark Orchid. HEX triplet: 90, 39 and B0. RGB value is (144,57,176). Sum of RGB (Red+Green+Blue) = 144+57+176=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #9039B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9039B0 is #6FC64F. Grayscale: #606060. Windows color (decimal): -7325264 or 11549072. OLE color: 11549072.

HSL color Cylindrical-coordinate representation of color #9039B0: hue angle of 283.87º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9039B0 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14457176-
CMYK0.180.6800.31
HSL283.87º51.07%45.69%-
HSV(B)283.87º67.61%69.02%-
XYZ20.811.9942.29-
YUV96.58172.82161.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=38.20%
G=15.12%
B=46.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144571760.180.6800.31283.8751.0745.69
Hex9039B0124401F11c332e
Octal22071260221040374346356
Binary1001000011100110110000100101000100011111100011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9039B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9039B0; }

 p { color: rgb(144,57,176); }

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

<style>
 a { background-color: #9039B0; }

 a { background-color: rgb(144,57,176); }

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

<style>
 span { border-color: #9039B0; }

 span { border-color: rgb(144,57,176); }

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