Html Css Color HEX #970398 Dark Magenta

📋 copy color: '#970398'

red 151 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #970398

Tints of Dark Magenta #970398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 49.35%
G = 0.98%
B = 49.67%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#970398 (or 0x970398) is known color: Dark Magenta. HEX triplet: 97, 03 and 98. RGB value is (151,3,152). Sum of RGB (Red+Green+Blue) = 151+3+152=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #970398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970398 is #68FC67. Grayscale: #3F3F3F. Windows color (decimal): -6880360 or 9962391. OLE color: 9962391.

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

Color convert

RGB 151 3 152 -
CMYK 0.01 0.98 0 0.40
HSL 299.6º 0.96% 0.3% -
HSV(B) 299.6º 0.98% 0.6% -
XYZ 18.46 8.91 30.45 -
YUV 64.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 151 3 152 0.01 0.98 0 0.40 299.6 0.96 0.3
Hex 97 3 98 1 62 0 28 12C 60 1E
Octal 227 3 230 1 142 0 50 454 140 36
Binary 10010111 11 10011000 1 1100010 0 101000 100101100 1100000 11110

Color Harmonies of #970398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970398

Black with #970398

Text Example


Text Example

White with #970398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970398; }

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

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

background-color css

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

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

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

border-color css

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

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

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