Html Css Color HEX #9A1985 Dark Purple

📋 copy color: '#9A1985'

red 154 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #9A1985

Tints of Dark Purple #9A1985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 49.36%
G = 8.01%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A1985 (or 0x9A1985) is known color: Dark Purple. HEX triplet: 9A, 19 and 85. RGB value is (154,25,133). Sum of RGB (Red+Green+Blue) = 154+25+133=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1985 is #65E67A. Grayscale: #4B4B4B. Windows color (decimal): -6678139 or 8722842. OLE color: 8722842.

HSL color Cylindrical-coordinate representation of color #9A1985: hue angle of 309.77º 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 #9A1985 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 25 133 -
CMYK 0 0.84 0.14 0.40
HSL 309.77º 0.72% 0.35% -
HSV(B) 309.77º 0.84% 0.6% -
XYZ 17.91 9.26 23.03 -
YUV 75.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 154 25 133 0 0.84 0.14 0.40 309.77 0.72 0.35
Hex 9A 19 85 0 54 E 28 136 48 23
Octal 232 31 205 0 124 16 50 466 110 43
Binary 10011010 11001 10000101 0 1010100 1110 101000 100110110 1001000 100011

Color Harmonies of #9A1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1985

Black with #9A1985

Text Example


Text Example

White with #9A1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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