#9C32CD

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

Shades of Dark Orchid #9C32CD

Tints of Dark Orchid #9C32CD

Color information

#9C32CD (or 0x9C32CD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 32 and CD. RGB value is (156,50,205). Sum of RGB (Red+Green+Blue) = 156+50+205=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32CD is #63CD32. Grayscale: #626262. Windows color (decimal): -6540595 or 13447836. OLE color: 13447836.

HSL color Cylindrical-coordinate representation of color #9C32CD: hue angle of 281.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C32CD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15650205-
CMYK0.240.7600.20
HSL281.03º60.78%50%-
HSV(B)281.03º75.61%80.39%-
XYZ25.8713.7659.05-
YUV99.36187.62168.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 50 (19.92% from 255) = 12.17%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=37.96%
G=12.17%
B=49.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156502050.240.7600.20281.0360.7850
Hex9C32CD184C0141193d32
Octal23462315301140244317562
Binary1001110011001011001101110001001100010100100011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C32CD; }

 p { color: rgb(156,50,205); }

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

<style>
 a { background-color: #9C32CD; }

 a { background-color: rgb(156,50,205); }

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

<style>
 span { border-color: #9C32CD; }

 span { border-color: rgb(156,50,205); }

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