Html Css Color HEX #96029C Dark Magenta

📋 copy color: '#96029C'

red 150 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #96029C

Tints of Dark Magenta #96029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 48.7%
G = 0.65%
B = 50.65%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96029C (or 0x96029C) is known color: Dark Magenta. HEX triplet: 96, 02 and 9C. RGB value is (150,2,156). Sum of RGB (Red+Green+Blue) = 150+2+156=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #96029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96029C is #69FD63. Grayscale: #3F3F3F. Windows color (decimal): -6946148 or 10224278. OLE color: 10224278.

HSL color Cylindrical-coordinate representation of color #96029C: hue angle of 297.66º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96029C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 2 156 -
CMYK 0.04 0.99 0 0.39
HSL 297.66º 0.97% 0.31% -
HSV(B) 297.66º 0.99% 0.61% -
XYZ 18.6 8.93 32.2 -
YUV 63.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 150 2 156 0.04 0.99 0 0.39 297.66 0.97 0.31
Hex 96 2 9C 4 63 0 27 12A 61 1F
Octal 226 2 234 4 143 0 47 452 141 37
Binary 10010110 10 10011100 100 1100011 0 100111 100101010 1100001 11111

Color Harmonies of #96029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96029C

Black with #96029C

Text Example


Text Example

White with #96029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96029C; }

 p { color: rgb(150,2,156); }

 H1.HeaderClassName
 {
   color: #96029C;
 }
 .AnyTagClassName
 {
   color: #96029C;
 }
</style>

background-color css

<style>
 a { background-color: #96029C; }

 a { background-color: rgb(150,2,156); }

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

border-color css

<style>
 span { border-color: #96029C; }

 span { border-color: rgb(150,2,156); }

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