Html Css Color HEX #950198 Dark Magenta

📋 copy color: '#950198'

red 149 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #950198

Tints of Dark Magenta #950198

RGB

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

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

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

R = 49.34%
G = 0.33%
B = 50.33%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#950198 (or 0x950198) is known color: Dark Magenta. HEX triplet: 95, 01 and 98. RGB value is (149,1,152). Sum of RGB (Red+Green+Blue) = 149+1+152=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #950198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950198 is #6AFE67. Grayscale: #3E3E3E. Windows color (decimal): -7011944 or 9961877. OLE color: 9961877.

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

Color convert

RGB 149 1 152 -
CMYK 0.02 0.99 0 0.40
HSL 298.81º 0.99% 0.3% -
HSV(B) 298.81º 0.99% 0.6% -
XYZ 18.07 8.68 30.43 -
YUV 62.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 149 1 152 0.02 0.99 0 0.40 298.81 0.99 0.3
Hex 95 1 98 2 63 0 28 12B 63 1E
Octal 225 1 230 2 143 0 50 453 143 36
Binary 10010101 1 10011000 10 1100011 0 101000 100101011 1100011 11110

Color Harmonies of #950198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950198

Black with #950198

Text Example


Text Example

White with #950198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950198; }

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

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

background-color css

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

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

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

border-color css

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

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

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