Html Css Color HEX #97249D Vivid Violet

📋 copy color: '#97249D'

red 151 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #97249D

Tints of Vivid Violet #97249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 43.9%
G = 10.47%
B = 45.64%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97249D (or 0x97249D) is known color: Vivid Violet. HEX triplet: 97, 24 and 9D. RGB value is (151,36,157). Sum of RGB (Red+Green+Blue) = 151+36+157=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #97249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97249D is #68DB62. Grayscale: #535353. Windows color (decimal): -6871907 or 10298519. OLE color: 10298519.

HSL color Cylindrical-coordinate representation of color #97249D: hue angle of 297.02º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97249D is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 36 157 -
CMYK 0.04 0.77 0 0.38
HSL 297.02º 0.63% 0.38% -
HSV(B) 297.02º 0.77% 0.62% -
XYZ 19.48 10.28 32.85 -
YUV 84.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 151 36 157 0.04 0.77 0 0.38 297.02 0.63 0.38
Hex 97 24 9D 4 4D 0 26 129 3F 26
Octal 227 44 235 4 115 0 46 451 77 46
Binary 10010111 100100 10011101 100 1001101 0 100110 100101001 111111 100110

Color Harmonies of #97249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97249D

Black with #97249D

Text Example


Text Example

White with #97249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97249D; }

 p { color: rgb(151,36,157); }

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

background-color css

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

 a { background-color: rgb(151,36,157); }

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

border-color css

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

 span { border-color: rgb(151,36,157); }

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