Html Css Color HEX #9B1873 Dark Purple

📋 copy color: '#9B1873'

red 155 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #9B1873

Tints of Dark Purple #9B1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 52.72%
G = 8.16%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1873 (or 0x9B1873) is known color: Dark Purple. HEX triplet: 9B, 18 and 73. RGB value is (155,24,115). Sum of RGB (Red+Green+Blue) = 155+24+115=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1873 is #64E78C. Grayscale: #494949. Windows color (decimal): -6612877 or 7542939. OLE color: 7542939.

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

Color convert

RGB 155 24 115 -
CMYK 0 0.85 0.26 0.39
HSL 318.32º 0.73% 0.35% -
HSV(B) 318.32º 0.85% 0.61% -
XYZ 16.94 8.86 17.04 -
YUV 73.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 155 24 115 0 0.85 0.26 0.39 318.32 0.73 0.35
Hex 9B 18 73 0 55 1A 27 13E 49 23
Octal 233 30 163 0 125 32 47 476 111 43
Binary 10011011 11000 1110011 0 1010101 11010 100111 100111110 1001001 100011

Color Harmonies of #9B1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1873

Black with #9B1873

Text Example


Text Example

White with #9B1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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