Html Css Color HEX #9B1382 Dark Purple

📋 copy color: '#9B1382'

red 155 ◦ green 19 ◦ blue 130

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

Shades of Dark Purple #9B1382

Tints of Dark Purple #9B1382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 50.99%
G = 6.25%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B1382 (or 0x9B1382) is known color: Dark Purple. HEX triplet: 9B, 13 and 82. RGB value is (155,19,130). Sum of RGB (Red+Green+Blue) = 155+19+130=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1382 is #64EC7D. Grayscale: #484848. Windows color (decimal): -6614142 or 8524699. OLE color: 8524699.

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

Color convert

RGB 155 19 130 -
CMYK 0 0.88 0.16 0.39
HSL 311.03º 0.78% 0.34% -
HSV(B) 311.03º 0.88% 0.61% -
XYZ 17.78 9.05 21.93 -
YUV 72.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 155 19 130 0 0.88 0.16 0.39 311.03 0.78 0.34
Hex 9B 13 82 0 58 10 27 137 4E 22
Octal 233 23 202 0 130 20 47 467 116 42
Binary 10011011 10011 10000010 0 1011000 10000 100111 100110111 1001110 100010

Color Harmonies of #9B1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1382

Black with #9B1382

Text Example


Text Example

White with #9B1382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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