Html Css Color HEX #9B1383 Dark Purple

📋 copy color: '#9B1383'

red 155 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #9B1383

Tints of Dark Purple #9B1383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 50.82%
G = 6.23%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B1383 (or 0x9B1383) is known color: Dark Purple. HEX triplet: 9B, 13 and 83. RGB value is (155,19,131). Sum of RGB (Red+Green+Blue) = 155+19+131=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1383 is #64EC7C. Grayscale: #484848. Windows color (decimal): -6614141 or 8590235. OLE color: 8590235.

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

Color convert

RGB 155 19 131 -
CMYK 0 0.88 0.15 0.39
HSL 310.59º 0.78% 0.34% -
HSV(B) 310.59º 0.88% 0.61% -
XYZ 17.85 9.07 22.28 -
YUV 72.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 155 19 131 0 0.88 0.15 0.39 310.59 0.78 0.34
Hex 9B 13 83 0 58 F 27 137 4E 22
Octal 233 23 203 0 130 17 47 467 116 42
Binary 10011011 10011 10000011 0 1011000 1111 100111 100110111 1001110 100010

Color Harmonies of #9B1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1383

Black with #9B1383

Text Example


Text Example

White with #9B1383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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