Html Css Color HEX #9C2B75 Dark Purple

📋 copy color: '#9C2B75'

red 156 ◦ green 43 ◦ blue 117

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

Shades of Dark Purple #9C2B75

Tints of Dark Purple #9C2B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 49.37%
G = 13.61%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C2B75 (or 0x9C2B75) is known color: Dark Purple. HEX triplet: 9C, 2B and 75. RGB value is (156,43,117). Sum of RGB (Red+Green+Blue) = 156+43+117=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B75 is #63D48A. Grayscale: #555555. Windows color (decimal): -6542475 or 7678876. OLE color: 7678876.

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

Color convert

RGB 156 43 117 -
CMYK 0 0.72 0.25 0.39
HSL 320.71º 0.57% 0.39% -
HSV(B) 320.71º 0.72% 0.61% -
XYZ 17.79 10.08 17.84 -
YUV 85.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 156 43 117 0 0.72 0.25 0.39 320.71 0.57 0.39
Hex 9C 2B 75 0 48 19 27 141 39 27
Octal 234 53 165 0 110 31 47 501 71 47
Binary 10011100 101011 1110101 0 1001000 11001 100111 101000001 111001 100111

Color Harmonies of #9C2B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B75

Black with #9C2B75

Text Example


Text Example

White with #9C2B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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