#960298

Color #960298 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #960298

Tints of Dark Magenta #960298

Color information

#960298 (or 0x960298) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 98. RGB value is (150,2,152). Sum of RGB (Red+Green+Blue) = 150+2+152=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #960298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960298 is #69FD67. Grayscale: #3E3E3E. Windows color (decimal): -6946152 or 9962134. OLE color: 9962134.

HSL color Cylindrical-coordinate representation of color #960298: hue angle of 299.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960298 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1502152-
CMYK0.010.9900.40
HSL299.2º97.4%30.2%-
HSV(B)299.2º98.68%59.61%-
XYZ18.278.7930.44-
YUV63.35178.03189.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 152 (59.77% from 255) = 50%
R=49.34%
G=0.66%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15021520.010.9900.40299.297.430.2
Hex9629816302812b611e
Octal2262230114305045314136
Binary100101101010011000111000110101000100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960298; }

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

 H1.HeaderClassName
 {
   color: #960298;
 }
 .AnyTagClassName
 {
   color: #960298;
 }
</style>
background-color css

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

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

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

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

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

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