#9033CA

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

Shades of Dark Orchid #9033CA

Tints of Dark Orchid #9033CA

Color information

#9033CA (or 0x9033CA) is unknown color: approx Dark Orchid. HEX triplet: 90, 33 and CA. RGB value is (144,51,202). Sum of RGB (Red+Green+Blue) = 144+51+202=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #9033CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9033CA is #6FCC35. Grayscale: #5F5F5F. Windows color (decimal): -7326774 or 13251472. OLE color: 13251472.

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

Color convert

RGB14451202-
CMYK0.290.7500.21
HSL276.95º59.68%49.61%-
HSV(B)276.95º74.75%79.22%-
XYZ23.3512.5657.07-
YUV96.02187.81162.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=36.27%
G=12.85%
B=50.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144512020.290.7500.21276.9559.6849.61
Hex9033CA1D4B0151153c32
Octal22063312351130254257462
Binary1001000011001111001010111011001011010101100010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9033CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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