Html Css Color HEX #9B2976 Dark Purple

📋 copy color: '#9B2976'

red 155 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #9B2976

Tints of Dark Purple #9B2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 49.36%
G = 13.06%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B2976 (or 0x9B2976) is known color: Dark Purple. HEX triplet: 9B, 29 and 76. RGB value is (155,41,118). Sum of RGB (Red+Green+Blue) = 155+41+118=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2976 is #64D689. Grayscale: #535353. Windows color (decimal): -6608522 or 7743899. OLE color: 7743899.

HSL color Cylindrical-coordinate representation of color #9B2976: hue angle of 319.47º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2976 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 118 -
CMYK 0 0.74 0.24 0.39
HSL 319.47º 0.58% 0.38% -
HSV(B) 319.47º 0.74% 0.61% -
XYZ 17.58 9.86 18.12 -
YUV 83.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 155 41 118 0 0.74 0.24 0.39 319.47 0.58 0.38
Hex 9B 29 76 0 4A 18 27 13F 3A 26
Octal 233 51 166 0 112 30 47 477 72 46
Binary 10011011 101001 1110110 0 1001010 11000 100111 100111111 111010 100110

Color Harmonies of #9B2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2976

Black with #9B2976

Text Example


Text Example

White with #9B2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,118); }

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

background-color css

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

 a { background-color: rgb(155,41,118); }

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

border-color css

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

 span { border-color: rgb(155,41,118); }

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