Html Css Color HEX #9B1972 Dark Purple

📋 copy color: '#9B1972'

red 155 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #9B1972

Tints of Dark Purple #9B1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 52.72%
G = 8.5%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1972 (or 0x9B1972) is known color: Dark Purple. HEX triplet: 9B, 19 and 72. RGB value is (155,25,114). Sum of RGB (Red+Green+Blue) = 155+25+114=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1972 is #64E68D. Grayscale: #494949. Windows color (decimal): -6612622 or 7477659. OLE color: 7477659.

HSL color Cylindrical-coordinate representation of color #9B1972: hue angle of 318.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1972 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 114 -
CMYK 0 0.84 0.26 0.39
HSL 318.92º 0.72% 0.35% -
HSV(B) 318.92º 0.84% 0.61% -
XYZ 16.9 8.88 16.74 -
YUV 74.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 155 25 114 0 0.84 0.26 0.39 318.92 0.72 0.35
Hex 9B 19 72 0 54 1A 27 13F 48 23
Octal 233 31 162 0 124 32 47 477 110 43
Binary 10011011 11001 1110010 0 1010100 11010 100111 100111111 1001000 100011

Color Harmonies of #9B1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1972

Black with #9B1972

Text Example


Text Example

White with #9B1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,114); }

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

background-color css

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

 a { background-color: rgb(155,25,114); }

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

border-color css

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

 span { border-color: rgb(155,25,114); }

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