Html Css Color HEX #9A1F9E Dark Magenta

📋 copy color: '#9A1F9E'

red 154 ◦ green 31 ◦ blue 158

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

Shades of Dark Magenta #9A1F9E

Tints of Dark Magenta #9A1F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

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

R = 44.9%
G = 9.04%
B = 46.06%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A1F9E (or 0x9A1F9E) is known color: Dark Magenta. HEX triplet: 9A, 1F and 9E. RGB value is (154,31,158). Sum of RGB (Red+Green+Blue) = 154+31+158=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A1F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1F9E is #65E061. Grayscale: #515151. Windows color (decimal): -6676578 or 10362778. OLE color: 10362778.

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

Color convert

RGB 154 31 158 -
CMYK 0.03 0.80 0 0.38
HSL 298.11º 0.67% 0.37% -
HSV(B) 298.11º 0.8% 0.62% -
XYZ 19.99 10.32 33.29 -
YUV 82.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 154 31 158 0.03 0.80 0 0.38 298.11 0.67 0.37
Hex 9A 1F 9E 3 50 0 26 12A 43 25
Octal 232 37 236 3 120 0 46 452 103 45
Binary 10011010 11111 10011110 11 1010000 0 100110 100101010 1000011 100101

Color Harmonies of #9A1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1F9E

Black with #9A1F9E

Text Example


Text Example

White with #9A1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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