#9032CA

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

Shades of Dark Orchid #9032CA

Tints of Dark Orchid #9032CA

Color information

#9032CA (or 0x9032CA) is unknown color: approx Dark Orchid. HEX triplet: 90, 32 and CA. RGB value is (144,50,202). Sum of RGB (Red+Green+Blue) = 144+50+202=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #9032CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032CA is #6FCD35. Grayscale: #5E5E5E. Windows color (decimal): -7327030 or 13251216. OLE color: 13251216.

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

Color convert

RGB14450202-
CMYK0.290.7500.21
HSL277.11º60.32%49.41%-
HSV(B)277.11º75.25%79.22%-
XYZ23.312.4757.06-
YUV95.43188.14162.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=36.36%
G=12.63%
B=51.01%

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
Decimal144502020.290.7500.21277.1160.3249.41
Hex9032CA1D4B0151153c31
Octal22062312351130254257461
Binary1001000011001011001010111011001011010101100010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9032CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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