Html Css Color HEX #96019A Dark Magenta

📋 copy color: '#96019A'

red 150 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #96019A

Tints of Dark Magenta #96019A

RGB

 RED value IS 150 (58.98% from 255) = 49.18%

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

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

R = 49.18%
G = 0.33%
B = 50.49%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96019A (or 0x96019A) is known color: Dark Magenta. HEX triplet: 96, 01 and 9A. RGB value is (150,1,154). Sum of RGB (Red+Green+Blue) = 150+1+154=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #96019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96019A is #69FE65. Grayscale: #3E3E3E. Windows color (decimal): -6946406 or 10092950. OLE color: 10092950.

HSL color Cylindrical-coordinate representation of color #96019A: hue angle of 298.43º 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 #96019A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 1 154 -
CMYK 0.03 0.99 0 0.40
HSL 298.43º 0.99% 0.3% -
HSV(B) 298.43º 0.99% 0.6% -
XYZ 18.42 8.84 31.31 -
YUV 62.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 150 1 154 0.03 0.99 0 0.40 298.43 0.99 0.3
Hex 96 1 9A 3 63 0 28 12A 63 1E
Octal 226 1 232 3 143 0 50 452 143 36
Binary 10010110 1 10011010 11 1100011 0 101000 100101010 1100011 11110

Color Harmonies of #96019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96019A

Black with #96019A

Text Example


Text Example

White with #96019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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