Html Css Color HEX #970298 Dark Magenta

📋 copy color: '#970298'

red 151 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #970298

Tints of Dark Magenta #970298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 49.51%
G = 0.66%
B = 49.84%

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

#970298 (or 0x970298) is known color: Dark Magenta. HEX triplet: 97, 02 and 98. RGB value is (151,2,152). Sum of RGB (Red+Green+Blue) = 151+2+152=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #970298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970298 is #68FD67. Grayscale: #3F3F3F. Windows color (decimal): -6880616 or 9962135. OLE color: 9962135.

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

Color convert

RGB 151 2 152 -
CMYK 0.01 0.99 0 0.40
HSL 299.6º 0.97% 0.3% -
HSV(B) 299.6º 0.99% 0.6% -
XYZ 18.45 8.89 30.45 -
YUV 63.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 151 2 152 0.01 0.99 0 0.40 299.6 0.97 0.3
Hex 97 2 98 1 63 0 28 12C 61 1E
Octal 227 2 230 1 143 0 50 454 141 36
Binary 10010111 10 10011000 1 1100011 0 101000 100101100 1100001 11110

Color Harmonies of #970298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970298

Black with #970298

Text Example


Text Example

White with #970298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970298; }

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

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

background-color css

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

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

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

border-color css

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

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

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