Html Css Color HEX #9B1983 Dark Purple

📋 copy color: '#9B1983'

red 155 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #9B1983

Tints of Dark Purple #9B1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 49.84%
G = 8.04%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B1983 (or 0x9B1983) is known color: Dark Purple. HEX triplet: 9B, 19 and 83. RGB value is (155,25,131). Sum of RGB (Red+Green+Blue) = 155+25+131=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1983 is #64E67C. Grayscale: #4B4B4B. Windows color (decimal): -6612605 or 8591771. OLE color: 8591771.

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

Color convert

RGB 155 25 131 -
CMYK 0 0.84 0.15 0.39
HSL 311.08º 0.72% 0.35% -
HSV(B) 311.08º 0.84% 0.61% -
XYZ 17.96 9.3 22.32 -
YUV 75.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 155 25 131 0 0.84 0.15 0.39 311.08 0.72 0.35
Hex 9B 19 83 0 54 F 27 137 48 23
Octal 233 31 203 0 124 17 47 467 110 43
Binary 10011011 11001 10000011 0 1010100 1111 100111 100110111 1001000 100011

Color Harmonies of #9B1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1983

Black with #9B1983

Text Example


Text Example

White with #9B1983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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