Html Css Color HEX #9B1973 Dark Purple

📋 copy color: '#9B1973'

red 155 ◦ green 25 ◦ blue 115

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

Shades of Dark Purple #9B1973

Tints of Dark Purple #9B1973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 52.54%
G = 8.47%
B = 38.98%

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

#9B1973 (or 0x9B1973) is known color: Dark Purple. HEX triplet: 9B, 19 and 73. RGB value is (155,25,115). Sum of RGB (Red+Green+Blue) = 155+25+115=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1973 is #64E68C. Grayscale: #494949. Windows color (decimal): -6612621 or 7543195. OLE color: 7543195.

HSL color Cylindrical-coordinate representation of color #9B1973: hue angle of 318.46º 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 #9B1973 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 115 -
CMYK 0 0.84 0.26 0.39
HSL 318.46º 0.72% 0.35% -
HSV(B) 318.46º 0.84% 0.61% -
XYZ 16.96 8.9 17.04 -
YUV 74.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 155 25 115 0 0.84 0.26 0.39 318.46 0.72 0.35
Hex 9B 19 73 0 54 1A 27 13E 48 23
Octal 233 31 163 0 124 32 47 476 110 43
Binary 10011011 11001 1110011 0 1010100 11010 100111 100111110 1001000 100011

Color Harmonies of #9B1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1973

Black with #9B1973

Text Example


Text Example

White with #9B1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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