#9C31B9

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

Shades of Dark Orchid #9C31B9

Tints of Dark Orchid #9C31B9

Color information

#9C31B9 (or 0x9C31B9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 31 and B9. RGB value is (156,49,185). Sum of RGB (Red+Green+Blue) = 156+49+185=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C31B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C31B9 is #63CE46. Grayscale: #606060. Windows color (decimal): -6540871 or 12136860. OLE color: 12136860.

HSL color Cylindrical-coordinate representation of color #9C31B9: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C31B9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15649185-
CMYK0.160.7400.27
HSL287.21º58.12%45.88%-
HSV(B)287.21º73.51%72.55%-
XYZ23.5712.7747.12-
YUV96.5177.95170.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 12.56%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=40%
G=12.56%
B=47.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156491850.160.7400.27287.2158.1245.88
Hex9C31B9104A01B11f3a2e
Octal23461271201120334377256
Binary1001110011000110111001100001001010011011100011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C31B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,185); }

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

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

 a { background-color: rgb(156,49,185); }

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

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

 span { border-color: rgb(156,49,185); }

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