Html Css Color HEX #960094 Dark Magenta

📋 copy color: '#960094'

red 150 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #960094

Tints of Dark Magenta #960094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 50.34%
G = 0%
B = 49.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960094 (or 0x960094) is known color: Dark Magenta. HEX triplet: 96, 00 and 94. RGB value is (150,0,148). Sum of RGB (Red+Green+Blue) = 150+0+148=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #960094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960094 is #69FF6B. Grayscale: #3D3D3D. Windows color (decimal): -6946668 or 9699478. OLE color: 9699478.

HSL color Cylindrical-coordinate representation of color #960094: hue angle of 300.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960094 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 148 -
CMYK 0 1 0.01 0.41
HSL 300.8º 1% 0.29% -
HSV(B) 300.8º 1% 0.59% -
XYZ 17.92 8.62 28.74 -
YUV 61.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 150 0 148 0 1 0.01 0.41 300.8 1 0.29
Hex 96 0 94 0 64 1 29 12D 64 1D
Octal 226 0 224 0 144 1 51 455 144 35
Binary 10010110 0 10010100 0 1100100 1 101001 100101101 1100100 11101

Color Harmonies of #960094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960094

Black with #960094

Text Example


Text Example

White with #960094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960094; }

 p { color: rgb(150,0,148); }

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

background-color css

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

 a { background-color: rgb(150,0,148); }

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

border-color css

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

 span { border-color: rgb(150,0,148); }

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