#9C32BE

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

Shades of Dark Orchid #9C32BE

Tints of Dark Orchid #9C32BE

Color information

#9C32BE (or 0x9C32BE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 32 and BE. RGB value is (156,50,190). Sum of RGB (Red+Green+Blue) = 156+50+190=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32BE is #63CD41. Grayscale: #616161. Windows color (decimal): -6540610 or 12464796. OLE color: 12464796.

HSL color Cylindrical-coordinate representation of color #9C32BE: hue angle of 285.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C32BE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15650190-
CMYK0.180.7400.25
HSL285.43º58.33%47.06%-
HSV(B)285.43º73.68%74.51%-
XYZ24.1513.0749.96-
YUV97.65180.12169.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=39.39%
G=12.63%
B=47.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156501900.180.7400.25285.4358.3347.06
Hex9C32BE124A01911d3a2f
Octal23462276221120314357257
Binary1001110011001010111110100101001010011001100011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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