Html Css Color HEX #960194 Dark Magenta

📋 copy color: '#960194'

red 150 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #960194

Tints of Dark Magenta #960194

RGB

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

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

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

R = 50.17%
G = 0.33%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960194 (or 0x960194) is known color: Dark Magenta. HEX triplet: 96, 01 and 94. RGB value is (150,1,148). Sum of RGB (Red+Green+Blue) = 150+1+148=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #960194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960194 is #69FE6B. Grayscale: #3D3D3D. Windows color (decimal): -6946412 or 9699734. OLE color: 9699734.

HSL color Cylindrical-coordinate representation of color #960194: hue angle of 300.81º degrees, saturation: 0.99, 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 #960194 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 148 -
CMYK 0 0.99 0.01 0.41
HSL 300.81º 0.99% 0.3% -
HSV(B) 300.81º 0.99% 0.59% -
XYZ 17.93 8.64 28.74 -
YUV 62.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 150 1 148 0 0.99 0.01 0.41 300.81 0.99 0.3
Hex 96 1 94 0 63 1 29 12D 63 1E
Octal 226 1 224 0 143 1 51 455 143 36
Binary 10010110 1 10010100 0 1100011 1 101001 100101101 1100011 11110

Color Harmonies of #960194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960194

Black with #960194

Text Example


Text Example

White with #960194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960194; }

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

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

background-color css

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

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

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

border-color css

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

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

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