Html Css Color HEX #9C2B7C Dark Purple

📋 copy color: '#9C2B7C'

red 156 ◦ green 43 ◦ blue 124

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

Shades of Dark Purple #9C2B7C

Tints of Dark Purple #9C2B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 48.3%
G = 13.31%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C2B7C (or 0x9C2B7C) is known color: Dark Purple. HEX triplet: 9C, 2B and 7C. RGB value is (156,43,124). Sum of RGB (Red+Green+Blue) = 156+43+124=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B7C is #63D483. Grayscale: #555555. Windows color (decimal): -6542468 or 8137628. OLE color: 8137628.

HSL color Cylindrical-coordinate representation of color #9C2B7C: hue angle of 316.99º 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 #9C2B7C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 43 124 -
CMYK 0 0.72 0.21 0.39
HSL 316.99º 0.57% 0.39% -
HSV(B) 316.99º 0.72% 0.61% -
XYZ 18.21 10.25 20.09 -
YUV 86.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 156 43 124 0 0.72 0.21 0.39 316.99 0.57 0.39
Hex 9C 2B 7C 0 48 15 27 13D 39 27
Octal 234 53 174 0 110 25 47 475 71 47
Binary 10011100 101011 1111100 0 1001000 10101 100111 100111101 111001 100111

Color Harmonies of #9C2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B7C

Black with #9C2B7C

Text Example


Text Example

White with #9C2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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