Html Css Color HEX #9B1789 Dark Purple

📋 copy color: '#9B1789'

red 155 ◦ green 23 ◦ blue 137

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

Shades of Dark Purple #9B1789

Tints of Dark Purple #9B1789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 49.21%
G = 7.3%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B1789 (or 0x9B1789) is known color: Dark Purple. HEX triplet: 9B, 17 and 89. RGB value is (155,23,137). Sum of RGB (Red+Green+Blue) = 155+23+137=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1789 is #64E876. Grayscale: #4B4B4B. Windows color (decimal): -6613111 or 8984475. OLE color: 8984475.

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

Color convert

RGB 155 23 137 -
CMYK 0 0.85 0.12 0.39
HSL 308.18º 0.74% 0.35% -
HSV(B) 308.18º 0.85% 0.61% -
XYZ 18.34 9.39 24.51 -
YUV 75.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 155 23 137 0 0.85 0.12 0.39 308.18 0.74 0.35
Hex 9B 17 89 0 55 C 27 134 4A 23
Octal 233 27 211 0 125 14 47 464 112 43
Binary 10011011 10111 10001001 0 1010101 1100 100111 100110100 1001010 100011

Color Harmonies of #9B1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1789

Black with #9B1789

Text Example


Text Example

White with #9B1789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,137); }

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

background-color css

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

 a { background-color: rgb(155,23,137); }

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

border-color css

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

 span { border-color: rgb(155,23,137); }

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