Html Css Color HEX #961098 Dark Magenta

📋 copy color: '#961098'

red 150 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #961098

Tints of Dark Magenta #961098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 47.17%
G = 5.03%
B = 47.8%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#961098 (or 0x961098) is known color: Dark Magenta. HEX triplet: 96, 10 and 98. RGB value is (150,16,152). Sum of RGB (Red+Green+Blue) = 150+16+152=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #961098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961098 is #69EF67. Grayscale: #474747. Windows color (decimal): -6942568 or 9965718. OLE color: 9965718.

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

Color convert

RGB 150 16 152 -
CMYK 0.01 0.89 0 0.40
HSL 299.12º 0.81% 0.33% -
HSV(B) 299.12º 0.89% 0.6% -
XYZ 18.43 9.12 30.5 -
YUV 71.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 150 16 152 0.01 0.89 0 0.40 299.12 0.81 0.33
Hex 96 10 98 1 59 0 28 12B 51 21
Octal 226 20 230 1 131 0 50 453 121 41
Binary 10010110 10000 10011000 1 1011001 0 101000 100101011 1010001 100001

Color Harmonies of #961098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961098

Black with #961098

Text Example


Text Example

White with #961098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961098; }

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

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

background-color css

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

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

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

border-color css

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

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

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