Html Css Color HEX #96067C Dark Magenta

📋 copy color: '#96067C'

red 150 ◦ green 6 ◦ blue 124

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

Shades of Dark Magenta #96067C

Tints of Dark Magenta #96067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 53.57%
G = 2.14%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96067C (or 0x96067C) is known color: Dark Magenta. HEX triplet: 96, 06 and 7C. RGB value is (150,6,124). Sum of RGB (Red+Green+Blue) = 150+6+124=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067C is #69F983. Grayscale: #3E3E3E. Windows color (decimal): -6945156 or 8128150. OLE color: 8128150.

HSL color Cylindrical-coordinate representation of color #96067C: hue angle of 310.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96067C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 124 -
CMYK 0 0.96 0.17 0.41
HSL 310.83º 0.92% 0.31% -
HSV(B) 310.83º 0.96% 0.59% -
XYZ 16.28 8.07 19.77 -
YUV 62.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 150 6 124 0 0.96 0.17 0.41 310.83 0.92 0.31
Hex 96 6 7C 0 60 11 29 137 5C 1F
Octal 226 6 174 0 140 21 51 467 134 37
Binary 10010110 110 1111100 0 1100000 10001 101001 100110111 1011100 11111

Color Harmonies of #96067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96067C

Black with #96067C

Text Example


Text Example

White with #96067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,6,124); }

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

background-color css

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

 a { background-color: rgb(150,6,124); }

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

border-color css

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

 span { border-color: rgb(150,6,124); }

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