#9036CA

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

Shades of Dark Orchid #9036CA

Tints of Dark Orchid #9036CA

Color information

#9036CA (or 0x9036CA) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and CA. RGB value is (144,54,202). Sum of RGB (Red+Green+Blue) = 144+54+202=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #9036CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036CA is #6FC935. Grayscale: #616161. Windows color (decimal): -7326006 or 13252240. OLE color: 13252240.

HSL color Cylindrical-coordinate representation of color #9036CA: hue angle of 276.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9036CA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14454202-
CMYK0.290.7300.21
HSL276.49º58.27%50.2%-
HSV(B)276.49º73.27%79.22%-
XYZ23.4812.8357.12-
YUV97.78186.82160.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=36%
G=13.5%
B=50.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144542020.290.7300.21276.4958.2750.2
Hex9036CA1D490151143a32
Octal22066312351110254247262
Binary1001000011011011001010111011001001010101100010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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