Html Css Color HEX #9A1689 Dark Purple

📋 copy color: '#9A1689'

red 154 ◦ green 22 ◦ blue 137

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

Shades of Dark Purple #9A1689

Tints of Dark Purple #9A1689

RGB

 RED value IS 154 (60.55% from 255) = 49.2%

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

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

R = 49.2%
G = 7.03%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A1689 (or 0x9A1689) is known color: Dark Purple. HEX triplet: 9A, 16 and 89. RGB value is (154,22,137). Sum of RGB (Red+Green+Blue) = 154+22+137=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1689 is #65E976. Grayscale: #4A4A4A. Windows color (decimal): -6678903 or 8984218. OLE color: 8984218.

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

Color convert

RGB 154 22 137 -
CMYK 0 0.86 0.11 0.40
HSL 307.73º 0.75% 0.35% -
HSV(B) 307.73º 0.86% 0.6% -
XYZ 18.13 9.25 24.5 -
YUV 74.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 154 22 137 0 0.86 0.11 0.40 307.73 0.75 0.35
Hex 9A 16 89 0 56 B 28 134 4B 23
Octal 232 26 211 0 126 13 50 464 113 43
Binary 10011010 10110 10001001 0 1010110 1011 101000 100110100 1001011 100011

Color Harmonies of #9A1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1689

Black with #9A1689

Text Example


Text Example

White with #9A1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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