Html Css Color HEX #9C2B89 Dark Purple

📋 copy color: '#9C2B89'

red 156 ◦ green 43 ◦ blue 137

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

Shades of Dark Purple #9C2B89

Tints of Dark Purple #9C2B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 46.43%
G = 12.8%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C2B89 (or 0x9C2B89) is known color: Dark Purple. HEX triplet: 9C, 2B and 89. RGB value is (156,43,137). Sum of RGB (Red+Green+Blue) = 156+43+137=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B89 is #63D476. Grayscale: #575757. Windows color (decimal): -6542455 or 8989596. OLE color: 8989596.

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

Color convert

RGB 156 43 137 -
CMYK 0 0.72 0.12 0.39
HSL 310.09º 0.57% 0.39% -
HSV(B) 310.09º 0.72% 0.61% -
XYZ 19.09 10.6 24.71 -
YUV 87.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 156 43 137 0 0.72 0.12 0.39 310.09 0.57 0.39
Hex 9C 2B 89 0 48 C 27 136 39 27
Octal 234 53 211 0 110 14 47 466 71 47
Binary 10011100 101011 10001001 0 1001000 1100 100111 100110110 111001 100111

Color Harmonies of #9C2B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B89

Black with #9C2B89

Text Example


Text Example

White with #9C2B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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