Html Css Color HEX #9B2770 Dark Purple

📋 copy color: '#9B2770'

red 155 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #9B2770

Tints of Dark Purple #9B2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 50.65%
G = 12.75%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B2770 (or 0x9B2770) is known color: Dark Purple. HEX triplet: 9B, 27 and 70. RGB value is (155,39,112). Sum of RGB (Red+Green+Blue) = 155+39+112=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2770 is #64D88F. Grayscale: #515151. Windows color (decimal): -6609040 or 7350171. OLE color: 7350171.

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

Color convert

RGB 155 39 112 -
CMYK 0 0.75 0.28 0.39
HSL 322.24º 0.6% 0.38% -
HSV(B) 322.24º 0.75% 0.61% -
XYZ 17.17 9.59 16.28 -
YUV 82.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 155 39 112 0 0.75 0.28 0.39 322.24 0.6 0.38
Hex 9B 27 70 0 4B 1C 27 142 3C 26
Octal 233 47 160 0 113 34 47 502 74 46
Binary 10011011 100111 1110000 0 1001011 11100 100111 101000010 111100 100110

Color Harmonies of #9B2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2770

Black with #9B2770

Text Example


Text Example

White with #9B2770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,112); }

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

background-color css

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

 a { background-color: rgb(155,39,112); }

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

border-color css

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

 span { border-color: rgb(155,39,112); }

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