Html Css Color HEX #950998 Dark Magenta

📋 copy color: '#950998'

red 149 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #950998

Tints of Dark Magenta #950998

RGB

 RED value IS 149 (58.59% from 255) = 48.06%

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 48.06%
G = 2.9%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#950998 (or 0x950998) is known color: Dark Magenta. HEX triplet: 95, 09 and 98. RGB value is (149,9,152). Sum of RGB (Red+Green+Blue) = 149+9+152=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #950998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950998 is #6AF667. Grayscale: #424242. Windows color (decimal): -7009896 or 9963925. OLE color: 9963925.

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

Color convert

RGB 149 9 152 -
CMYK 0.02 0.94 0 0.40
HSL 298.74º 0.89% 0.32% -
HSV(B) 298.74º 0.94% 0.6% -
XYZ 18.16 8.85 30.46 -
YUV 67.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 149 9 152 0.02 0.94 0 0.40 298.74 0.89 0.32
Hex 95 9 98 2 5E 0 28 12B 59 20
Octal 225 11 230 2 136 0 50 453 131 40
Binary 10010101 1001 10011000 10 1011110 0 101000 100101011 1011001 100000

Color Harmonies of #950998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950998

Black with #950998

Text Example


Text Example

White with #950998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950998; }

 p { color: rgb(149,9,152); }

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

background-color css

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

 a { background-color: rgb(149,9,152); }

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

border-color css

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

 span { border-color: rgb(149,9,152); }

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