#9036B5

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

Shades of Dark Orchid #9036B5

Tints of Dark Orchid #9036B5

Color information

#9036B5 (or 0x9036B5) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and B5. RGB value is (144,54,181). Sum of RGB (Red+Green+Blue) = 144+54+181=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #9036B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036B5 is #6FC94A. Grayscale: #5E5E5E. Windows color (decimal): -7326027 or 11875984. OLE color: 11875984.

HSL color Cylindrical-coordinate representation of color #9036B5: hue angle of 282.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9036B5 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14454181-
CMYK0.200.7000.29
HSL282.52º54.04%46.08%-
HSV(B)282.52º70.17%70.98%-
XYZ21.1611.944.9-
YUV95.39176.32162.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=37.99%
G=14.25%
B=47.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144541810.200.7000.29282.5254.0446.08
Hex9036B5144601D11b362e
Octal22066265241060354336656
Binary1001000011011010110101101001000110011101100011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9036B5; }

 p { color: rgb(144,54,181); }

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

<style>
 a { background-color: #9036B5; }

 a { background-color: rgb(144,54,181); }

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

<style>
 span { border-color: #9036B5; }

 span { border-color: rgb(144,54,181); }

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