Html Css Color HEX #9A1987 Dark Purple

📋 copy color: '#9A1987'

red 154 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #9A1987

Tints of Dark Purple #9A1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 49.04%
G = 7.96%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A1987 (or 0x9A1987) is known color: Dark Purple. HEX triplet: 9A, 19 and 87. RGB value is (154,25,135). Sum of RGB (Red+Green+Blue) = 154+25+135=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1987 is #65E678. Grayscale: #4B4B4B. Windows color (decimal): -6678137 or 8853914. OLE color: 8853914.

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

Color convert

RGB 154 25 135 -
CMYK 0 0.84 0.12 0.40
HSL 308.84º 0.72% 0.35% -
HSV(B) 308.84º 0.84% 0.6% -
XYZ 18.05 9.31 23.77 -
YUV 76.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 154 25 135 0 0.84 0.12 0.40 308.84 0.72 0.35
Hex 9A 19 87 0 54 C 28 135 48 23
Octal 232 31 207 0 124 14 50 465 110 43
Binary 10011010 11001 10000111 0 1010100 1100 101000 100110101 1001000 100011

Color Harmonies of #9A1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1987

Black with #9A1987

Text Example


Text Example

White with #9A1987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,25,135); }

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

background-color css

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

 a { background-color: rgb(154,25,135); }

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

border-color css

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

 span { border-color: rgb(154,25,135); }

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