Html Css Color HEX #99019A Dark Magenta

📋 copy color: '#99019A'

red 153 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #99019A

Tints of Dark Magenta #99019A

RGB

 RED value IS 153 (60.16% from 255) = 49.68%

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

 BLUE value IS 154 (60.55% from 255) = 50%

R = 49.68%
G = 0.32%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99019A (or 0x99019A) is known color: Dark Magenta. HEX triplet: 99, 01 and 9A. RGB value is (153,1,154). Sum of RGB (Red+Green+Blue) = 153+1+154=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #99019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99019A is #66FE65. Grayscale: #3F3F3F. Windows color (decimal): -6749798 or 10092953. OLE color: 10092953.

HSL color Cylindrical-coordinate representation of color #99019A: hue angle of 299.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99019A is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 1 154 -
CMYK 0.01 0.99 0 0.40
HSL 299.61º 0.99% 0.3% -
HSV(B) 299.61º 0.99% 0.6% -
XYZ 18.98 9.13 31.33 -
YUV 63.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 153 1 154 0.01 0.99 0 0.40 299.61 0.99 0.3
Hex 99 1 9A 1 63 0 28 12C 63 1E
Octal 231 1 232 1 143 0 50 454 143 36
Binary 10011001 1 10011010 1 1100011 0 101000 100101100 1100011 11110

Color Harmonies of #99019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99019A

Black with #99019A

Text Example


Text Example

White with #99019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99019A; }

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

 H1.HeaderClassName
 {
   color: #99019A;
 }
 .AnyTagClassName
 {
   color: #99019A;
 }
</style>

background-color css

<style>
 a { background-color: #99019A; }

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

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

border-color css

<style>
 span { border-color: #99019A; }

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

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