Html Css Color HEX #9C2B8C Dark Purple

📋 copy color: '#9C2B8C'

red 156 ◦ green 43 ◦ blue 140

#9C2B8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #9C2B8C

Tints of Dark Purple #9C2B8C

RGB

 RED value IS 156 (61.33% from 255) = 46.02%

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 46.02%
G = 12.68%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C2B8C (or 0x9C2B8C) is known color: Dark Purple. HEX triplet: 9C, 2B and 8C. RGB value is (156,43,140). Sum of RGB (Red+Green+Blue) = 156+43+140=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B8C is #63D473. Grayscale: #575757. Windows color (decimal): -6542452 or 9186204. OLE color: 9186204.

HSL color Cylindrical-coordinate representation of color #9C2B8C: hue angle of 308.5º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B8C is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 43 140 -
CMYK 0 0.72 0.10 0.39
HSL 308.5º 0.57% 0.39% -
HSV(B) 308.5º 0.72% 0.61% -
XYZ 19.31 10.69 25.86 -
YUV 87.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 156 43 140 0 0.72 0.10 0.39 308.5 0.57 0.39
Hex 9C 2B 8C 0 48 A 27 134 39 27
Octal 234 53 214 0 110 12 47 464 71 47
Binary 10011100 101011 10001100 0 1001000 1010 100111 100110100 111001 100111

Color Harmonies of #9C2B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B8C

Black with #9C2B8C

Text Example


Text Example

White with #9C2B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C2B8C;
 }
 .AnyTagClassName
 {
   color: #9C2B8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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