Html Css Color HEX #96027E Dark Magenta

📋 copy color: '#96027E'

red 150 ◦ green 2 ◦ blue 126

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

Shades of Dark Magenta #96027E

Tints of Dark Magenta #96027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 53.96%
G = 0.72%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96027E (or 0x96027E) is known color: Dark Magenta. HEX triplet: 96, 02 and 7E. RGB value is (150,2,126). Sum of RGB (Red+Green+Blue) = 150+2+126=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96027E is #69FD81. Grayscale: #3C3C3C. Windows color (decimal): -6946178 or 8258198. OLE color: 8258198.

HSL color Cylindrical-coordinate representation of color #96027E: hue angle of 309.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96027E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 126 -
CMYK 0 0.99 0.16 0.41
HSL 309.73º 0.97% 0.3% -
HSV(B) 309.73º 0.99% 0.59% -
XYZ 16.37 8.03 20.43 -
YUV 60.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 150 2 126 0 0.99 0.16 0.41 309.73 0.97 0.3
Hex 96 2 7E 0 63 10 29 136 61 1E
Octal 226 2 176 0 143 20 51 466 141 36
Binary 10010110 10 1111110 0 1100011 10000 101001 100110110 1100001 11110

Color Harmonies of #96027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96027E

Black with #96027E

Text Example


Text Example

White with #96027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96027E; }

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

 H1.HeaderClassName
 {
   color: #96027E;
 }
 .AnyTagClassName
 {
   color: #96027E;
 }
</style>

background-color css

<style>
 a { background-color: #96027E; }

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

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

border-color css

<style>
 span { border-color: #96027E; }

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

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