Html Css Color HEX #970198 Dark Magenta

📋 copy color: '#970198'

red 151 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #970198

Tints of Dark Magenta #970198

RGB

 RED value IS 151 (59.38% from 255) = 49.67%

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

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

R = 49.67%
G = 0.33%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#970198 (or 0x970198) is known color: Dark Magenta. HEX triplet: 97, 01 and 98. RGB value is (151,1,152). Sum of RGB (Red+Green+Blue) = 151+1+152=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 1 (0.78% from 255 or 0.33% 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 #970198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970198 is #68FE67. Grayscale: #3E3E3E. Windows color (decimal): -6880872 or 9961879. OLE color: 9961879.

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

Color convert

RGB 151 1 152 -
CMYK 0.01 0.99 0 0.40
HSL 299.6º 0.99% 0.3% -
HSV(B) 299.6º 0.99% 0.6% -
XYZ 18.44 8.87 30.45 -
YUV 63.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 151 1 152 0.01 0.99 0 0.40 299.6 0.99 0.3
Hex 97 1 98 1 63 0 28 12C 63 1E
Octal 227 1 230 1 143 0 50 454 143 36
Binary 10010111 1 10011000 1 1100011 0 101000 100101100 1100011 11110

Color Harmonies of #970198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970198

Black with #970198

Text Example


Text Example

White with #970198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970198; }

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

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

background-color css

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

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

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

border-color css

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

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

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