Html Css Color HEX #9A019E Dark Magenta

📋 copy color: '#9A019E'

red 154 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #9A019E

Tints of Dark Magenta #9A019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 158 (62.11% from 255) = 50.48%

R = 49.2%
G = 0.32%
B = 50.48%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A019E (or 0x9A019E) is known color: Dark Magenta. HEX triplet: 9A, 01 and 9E. RGB value is (154,1,158). Sum of RGB (Red+Green+Blue) = 154+1+158=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A019E is #65FE61. Grayscale: #404040. Windows color (decimal): -6684258 or 10355098. OLE color: 10355098.

HSL color Cylindrical-coordinate representation of color #9A019E: hue angle of 298.47º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A019E is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 1 158 -
CMYK 0.03 0.99 0 0.38
HSL 298.47º 0.99% 0.31% -
HSV(B) 298.47º 0.99% 0.62% -
XYZ 19.51 9.36 33.13 -
YUV 64.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 154 1 158 0.03 0.99 0 0.38 298.47 0.99 0.31
Hex 9A 1 9E 3 63 0 26 12A 63 1F
Octal 232 1 236 3 143 0 46 452 143 37
Binary 10011010 1 10011110 11 1100011 0 100110 100101010 1100011 11111

Color Harmonies of #9A019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A019E

Black with #9A019E

Text Example


Text Example

White with #9A019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,158); }

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

background-color css

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

 a { background-color: rgb(154,1,158); }

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

border-color css

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

 span { border-color: rgb(154,1,158); }

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