Html Css Color HEX #9B2871 Dark Purple

📋 copy color: '#9B2871'

red 155 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #9B2871

Tints of Dark Purple #9B2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 50.32%
G = 12.99%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B2871 (or 0x9B2871) is known color: Dark Purple. HEX triplet: 9B, 28 and 71. RGB value is (155,40,113). Sum of RGB (Red+Green+Blue) = 155+40+113=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2871 is #64D78E. Grayscale: #525252. Windows color (decimal): -6608783 or 7415963. OLE color: 7415963.

HSL color Cylindrical-coordinate representation of color #9B2871: hue angle of 321.91º degrees, saturation: 0.59, 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 #9B2871 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 40 113 -
CMYK 0 0.74 0.27 0.39
HSL 321.91º 0.59% 0.38% -
HSV(B) 321.91º 0.74% 0.61% -
XYZ 17.26 9.68 16.58 -
YUV 82.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 155 40 113 0 0.74 0.27 0.39 321.91 0.59 0.38
Hex 9B 28 71 0 4A 1B 27 142 3B 26
Octal 233 50 161 0 112 33 47 502 73 46
Binary 10011011 101000 1110001 0 1001010 11011 100111 101000010 111011 100110

Color Harmonies of #9B2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2871

Black with #9B2871

Text Example


Text Example

White with #9B2871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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