Html Css Color HEX #9B2071 Dark Purple

📋 copy color: '#9B2071'

red 155 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #9B2071

Tints of Dark Purple #9B2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 51.67%
G = 10.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B2071 (or 0x9B2071) is known color: Dark Purple. HEX triplet: 9B, 20 and 71. RGB value is (155,32,113). Sum of RGB (Red+Green+Blue) = 155+32+113=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2071 is #64DF8E. Grayscale: #4D4D4D. Windows color (decimal): -6610831 or 7413915. OLE color: 7413915.

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

Color convert

RGB 155 32 113 -
CMYK 0 0.79 0.27 0.39
HSL 320.49º 0.66% 0.37% -
HSV(B) 320.49º 0.79% 0.61% -
XYZ 17.01 9.19 16.5 -
YUV 78.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 155 32 113 0 0.79 0.27 0.39 320.49 0.66 0.37
Hex 9B 20 71 0 4F 1B 27 140 42 25
Octal 233 40 161 0 117 33 47 500 102 45
Binary 10011011 100000 1110001 0 1001111 11011 100111 101000000 1000010 100101

Color Harmonies of #9B2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2071

Black with #9B2071

Text Example


Text Example

White with #9B2071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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