#9C2BB5

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

Shades of Dark Orchid #9C2BB5

Tints of Dark Orchid #9C2BB5

Color information

#9C2BB5 (or 0x9C2BB5) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2B and B5. RGB value is (156,43,181). Sum of RGB (Red+Green+Blue) = 156+43+181=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C2BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BB5 is #63D44A. Grayscale: #5C5C5C. Windows color (decimal): -6542411 or 11873180. OLE color: 11873180.

HSL color Cylindrical-coordinate representation of color #9C2BB5: hue angle of 289.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2BB5 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15643181-
CMYK0.140.7600.29
HSL289.13º61.61%43.92%-
HSV(B)289.13º76.24%70.98%-
XYZ22.9112.1344.85-
YUV92.52177.94173.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=41.05%
G=11.32%
B=47.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156431810.140.7600.29289.1361.6143.92
Hex9C2BB5E4C01D1213e2c
Octal23453265161140354417654
Binary100111001010111011010111101001100011101100100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,43,181); }

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

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

 a { background-color: rgb(156,43,181); }

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

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

 span { border-color: rgb(156,43,181); }

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