Html Css Color HEX #9B1387 Dark Purple

📋 copy color: '#9B1387'

red 155 ◦ green 19 ◦ blue 135

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

Shades of Dark Purple #9B1387

Tints of Dark Purple #9B1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 50.16%
G = 6.15%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B1387 (or 0x9B1387) is known color: Dark Purple. HEX triplet: 9B, 13 and 87. RGB value is (155,19,135). Sum of RGB (Red+Green+Blue) = 155+19+135=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1387 is #64EC78. Grayscale: #484848. Windows color (decimal): -6614137 or 8852379. OLE color: 8852379.

HSL color Cylindrical-coordinate representation of color #9B1387: hue angle of 308.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1387 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 135 -
CMYK 0 0.88 0.13 0.39
HSL 308.82º 0.78% 0.34% -
HSV(B) 308.82º 0.88% 0.61% -
XYZ 18.12 9.18 23.74 -
YUV 72.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 155 19 135 0 0.88 0.13 0.39 308.82 0.78 0.34
Hex 9B 13 87 0 58 D 27 135 4E 22
Octal 233 23 207 0 130 15 47 465 116 42
Binary 10011011 10011 10000111 0 1011000 1101 100111 100110101 1001110 100010

Color Harmonies of #9B1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1387

Black with #9B1387

Text Example


Text Example

White with #9B1387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,135); }

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

background-color css

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

 a { background-color: rgb(155,19,135); }

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

border-color css

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

 span { border-color: rgb(155,19,135); }

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