Html Css Color HEX #9B2370 Dark Purple

📋 copy color: '#9B2370'

red 155 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #9B2370

Tints of Dark Purple #9B2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 51.32%
G = 11.59%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B2370 (or 0x9B2370) is known color: Dark Purple. HEX triplet: 9B, 23 and 70. RGB value is (155,35,112). Sum of RGB (Red+Green+Blue) = 155+35+112=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2370 is #64DC8F. Grayscale: #4F4F4F. Windows color (decimal): -6610064 or 7349147. OLE color: 7349147.

HSL color Cylindrical-coordinate representation of color #9B2370: hue angle of 321.5º degrees, saturation: 0.63, 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 #9B2370 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 35 112 -
CMYK 0 0.77 0.28 0.39
HSL 321.5º 0.63% 0.37% -
HSV(B) 321.5º 0.77% 0.61% -
XYZ 17.04 9.34 16.23 -
YUV 79.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 155 35 112 0 0.77 0.28 0.39 321.5 0.63 0.37
Hex 9B 23 70 0 4D 1C 27 142 3F 25
Octal 233 43 160 0 115 34 47 502 77 45
Binary 10011011 100011 1110000 0 1001101 11100 100111 101000010 111111 100101

Color Harmonies of #9B2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2370

Black with #9B2370

Text Example


Text Example

White with #9B2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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