#9C16B1

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

Shades of Dark Orchid #9C16B1

Tints of Dark Orchid #9C16B1

Color information

#9C16B1 (or 0x9C16B1) is unknown color: approx Dark Orchid. HEX triplet: 9C, 16 and B1. RGB value is (156,22,177). Sum of RGB (Red+Green+Blue) = 156+22+177=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C16B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C16B1 is #63E94E. Grayscale: #4F4F4F. Windows color (decimal): -6547791 or 11605660. OLE color: 11605660.

HSL color Cylindrical-coordinate representation of color #9C16B1: hue angle of 291.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C16B1 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15622177-
CMYK0.120.8800.31
HSL291.87º77.89%39.02%-
HSV(B)291.87º87.57%69.41%-
XYZ21.9310.8242.53-
YUV79.74182.89182.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=43.94%
G=6.20%
B=49.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156221770.120.8800.31291.8777.8939.02
Hex9C16B1C5801F1244e27
Octal234262611413003744411647
Binary100111001011010110001110010110000111111001001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C16B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,177); }

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

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

 a { background-color: rgb(156,22,177); }

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

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

 span { border-color: rgb(156,22,177); }

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