Html Css Color HEX #9B1689 Dark Purple

📋 copy color: '#9B1689'

red 155 ◦ green 22 ◦ blue 137

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

Shades of Dark Purple #9B1689

Tints of Dark Purple #9B1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 49.36%
G = 7.01%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B1689 (or 0x9B1689) is known color: Dark Purple. HEX triplet: 9B, 16 and 89. RGB value is (155,22,137). Sum of RGB (Red+Green+Blue) = 155+22+137=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1689 is #64E976. Grayscale: #4A4A4A. Windows color (decimal): -6613367 or 8984219. OLE color: 8984219.

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

Color convert

RGB 155 22 137 -
CMYK 0 0.86 0.12 0.39
HSL 308.12º 0.75% 0.35% -
HSV(B) 308.12º 0.86% 0.61% -
XYZ 18.32 9.35 24.51 -
YUV 74.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 155 22 137 0 0.86 0.12 0.39 308.12 0.75 0.35
Hex 9B 16 89 0 56 C 27 134 4B 23
Octal 233 26 211 0 126 14 47 464 113 43
Binary 10011011 10110 10001001 0 1010110 1100 100111 100110100 1001011 100011

Color Harmonies of #9B1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1689

Black with #9B1689

Text Example


Text Example

White with #9B1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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