Html Css Color HEX #9B1386 Dark Purple

📋 copy color: '#9B1386'

red 155 ◦ green 19 ◦ blue 134

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

Shades of Dark Purple #9B1386

Tints of Dark Purple #9B1386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 50.32%
G = 6.17%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B1386 (or 0x9B1386) is known color: Dark Purple. HEX triplet: 9B, 13 and 86. RGB value is (155,19,134). Sum of RGB (Red+Green+Blue) = 155+19+134=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1386 is #64EC79. Grayscale: #484848. Windows color (decimal): -6614138 or 8786843. OLE color: 8786843.

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

Color convert

RGB 155 19 134 -
CMYK 0 0.88 0.14 0.39
HSL 309.26º 0.78% 0.34% -
HSV(B) 309.26º 0.88% 0.61% -
XYZ 18.05 9.16 23.37 -
YUV 72.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 155 19 134 0 0.88 0.14 0.39 309.26 0.78 0.34
Hex 9B 13 86 0 58 E 27 135 4E 22
Octal 233 23 206 0 130 16 47 465 116 42
Binary 10011011 10011 10000110 0 1011000 1110 100111 100110101 1001110 100010

Color Harmonies of #9B1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1386

Black with #9B1386

Text Example


Text Example

White with #9B1386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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