Html Css Color HEX #9B1081 Dark Purple

📋 copy color: '#9B1081'

red 155 ◦ green 16 ◦ blue 129

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

Shades of Dark Purple #9B1081

Tints of Dark Purple #9B1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43%

R = 51.67%
G = 5.33%
B = 43%

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

#9B1081 (or 0x9B1081) is known color: Dark Purple. HEX triplet: 9B, 10 and 81. RGB value is (155,16,129). Sum of RGB (Red+Green+Blue) = 155+16+129=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1081 is #64EF7E. Grayscale: #464646. Windows color (decimal): -6614911 or 8458395. OLE color: 8458395.

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

Color convert

RGB 155 16 129 -
CMYK 0 0.90 0.17 0.39
HSL 311.22º 0.81% 0.34% -
HSV(B) 311.22º 0.9% 0.61% -
XYZ 17.67 8.92 21.56 -
YUV 70.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 155 16 129 0 0.90 0.17 0.39 311.22 0.81 0.34
Hex 9B 10 81 0 5A 11 27 137 51 22
Octal 233 20 201 0 132 21 47 467 121 42
Binary 10011011 10000 10000001 0 1011010 10001 100111 100110111 1010001 100010

Color Harmonies of #9B1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1081

Black with #9B1081

Text Example


Text Example

White with #9B1081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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