Html Css Color HEX #9B2471 Dark Purple

📋 copy color: '#9B2471'

red 155 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #9B2471

Tints of Dark Purple #9B2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 50.99%
G = 11.84%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B2471 (or 0x9B2471) is known color: Dark Purple. HEX triplet: 9B, 24 and 71. RGB value is (155,36,113). Sum of RGB (Red+Green+Blue) = 155+36+113=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2471 is #64DB8E. Grayscale: #505050. Windows color (decimal): -6609807 or 7414939. OLE color: 7414939.

HSL color Cylindrical-coordinate representation of color #9B2471: hue angle of 321.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2471 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 113 -
CMYK 0 0.77 0.27 0.39
HSL 321.18º 0.62% 0.37% -
HSV(B) 321.18º 0.77% 0.61% -
XYZ 17.13 9.42 16.54 -
YUV 80.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 155 36 113 0 0.77 0.27 0.39 321.18 0.62 0.37
Hex 9B 24 71 0 4D 1B 27 141 3E 25
Octal 233 44 161 0 115 33 47 501 76 45
Binary 10011011 100100 1110001 0 1001101 11011 100111 101000001 111110 100101

Color Harmonies of #9B2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2471

Black with #9B2471

Text Example


Text Example

White with #9B2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,113); }

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

background-color css

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

 a { background-color: rgb(155,36,113); }

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

border-color css

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

 span { border-color: rgb(155,36,113); }

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