#9C32D7

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

Shades of Dark Orchid #9C32D7

Tints of Dark Orchid #9C32D7

Color information

#9C32D7 (or 0x9C32D7) is unknown color: approx Dark Orchid. HEX triplet: 9C, 32 and D7. RGB value is (156,50,215). Sum of RGB (Red+Green+Blue) = 156+50+215=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C32D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32D7 is #63CD28. Grayscale: #636363. Windows color (decimal): -6540585 or 14103196. OLE color: 14103196.

HSL color Cylindrical-coordinate representation of color #9C32D7: hue angle of 278.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C32D7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15650215-
CMYK0.270.7700.16
HSL278.55º67.35%51.96%-
HSV(B)278.55º76.74%84.31%-
XYZ27.1214.2665.61-
YUV100.5192.62167.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 215 (84.38% from 255) = 51.07%
R=37.05%
G=11.88%
B=51.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156502150.270.7700.16278.5567.3551.96
Hex9C32D71B4D0101174334
Octal234623273311502042710364
Binary10011100110010110101111101110011010100001000101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C32D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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