#9c32cc

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

Shades of Dark Orchid #9C32CC

Tints of Dark Orchid #9C32CC

Color information

#9C32CC (or 0x9C32CC) is unknown color: approx Dark Orchid. HEX triplet: 9C, 32 and CC. RGB value is (156,50,204). Sum of RGB (Red+Green+Blue) = 156+50+204=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C32CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32CC is #63CD33. Grayscale: #626262. Windows color (decimal): -6540596 or 13382300. OLE color: 13382300.

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

Color convert

RGB15650204-
CMYK0.240.7500.2
HSL281.3º60.63%49.8%-
HSV(B)281.3º75.49%80%-
XYZ25.7513.7158.42-
YUV99.25187.12168.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 50 (19.92% from 255) = 12.20%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=38.05%
G=12.20%
B=49.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156502040.240.7500.2281.360.6349.8
Hex9C32CC184B0141193d32
Octal23462314301130244317562
Binary1001110011001011001100110001001011010100100011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c32cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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