Html Css Color HEX #9B2C80 Dark Purple

📋 copy color: '#9B2C80'

red 155 ◦ green 44 ◦ blue 128

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

Shades of Dark Purple #9B2C80

Tints of Dark Purple #9B2C80

RGB

 RED value IS 155 (60.94% from 255) = 47.4%

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 47.4%
G = 13.46%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B2C80 (or 0x9B2C80) is known color: Dark Purple. HEX triplet: 9B, 2C and 80. RGB value is (155,44,128). Sum of RGB (Red+Green+Blue) = 155+44+128=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C80 is #64D37F. Grayscale: #565656. Windows color (decimal): -6607744 or 8400027. OLE color: 8400027.

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

Color convert

RGB 155 44 128 -
CMYK 0 0.72 0.17 0.39
HSL 314.59º 0.56% 0.39% -
HSV(B) 314.59º 0.72% 0.61% -
XYZ 18.31 10.33 21.45 -
YUV 86.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 155 44 128 0 0.72 0.17 0.39 314.59 0.56 0.39
Hex 9B 2C 80 0 48 11 27 13B 38 27
Octal 233 54 200 0 110 21 47 473 70 47
Binary 10011011 101100 10000000 0 1001000 10001 100111 100111011 111000 100111

Color Harmonies of #9B2C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C80

Black with #9B2C80

Text Example


Text Example

White with #9B2C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,128); }

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

background-color css

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

 a { background-color: rgb(155,44,128); }

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

border-color css

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

 span { border-color: rgb(155,44,128); }

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