Html Css Color HEX #9B1080 Dark Purple

📋 copy color: '#9B1080'

red 155 ◦ green 16 ◦ blue 128

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

Shades of Dark Purple #9B1080

Tints of Dark Purple #9B1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 51.84%
G = 5.35%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B1080 (or 0x9B1080) is known color: Dark Purple. HEX triplet: 9B, 10 and 80. RGB value is (155,16,128). Sum of RGB (Red+Green+Blue) = 155+16+128=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1080 is #64EF7F. Grayscale: #464646. Windows color (decimal): -6614912 or 8392859. OLE color: 8392859.

HSL color Cylindrical-coordinate representation of color #9B1080: hue angle of 311.65º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1080 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 128 -
CMYK 0 0.90 0.17 0.39
HSL 311.65º 0.81% 0.34% -
HSV(B) 311.65º 0.9% 0.61% -
XYZ 17.6 8.9 21.21 -
YUV 70.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 155 16 128 0 0.90 0.17 0.39 311.65 0.81 0.34
Hex 9B 10 80 0 5A 11 27 138 51 22
Octal 233 20 200 0 132 21 47 470 121 42
Binary 10011011 10000 10000000 0 1011010 10001 100111 100111000 1010001 100010

Color Harmonies of #9B1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1080

Black with #9B1080

Text Example


Text Example

White with #9B1080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,128); }

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

background-color css

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

 a { background-color: rgb(155,16,128); }

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

border-color css

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

 span { border-color: rgb(155,16,128); }

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