Html Css Color HEX #973497 Vivid Violet

📋 copy color: '#973497'

red 151 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #973497

Tints of Vivid Violet #973497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 42.66%
G = 14.69%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#973497 (or 0x973497) is known color: Vivid Violet. HEX triplet: 97, 34 and 97. RGB value is (151,52,151). Sum of RGB (Red+Green+Blue) = 151+52+151=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #973497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973497 is #68CB68. Grayscale: #5C5C5C. Windows color (decimal): -6867817 or 9909399. OLE color: 9909399.

HSL color Cylindrical-coordinate representation of color #973497: hue angle of 300º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973497 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 151 -
CMYK 0 0.66 0 0.41
HSL 300º 0.49% 0.4% -
HSV(B) 300º 0.66% 0.59% -
XYZ 19.58 11.27 30.42 -
YUV 92.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 151 52 151 0 0.66 0 0.41 300 0.49 0.4
Hex 97 34 97 0 42 0 29 12C 31 28
Octal 227 64 227 0 102 0 51 454 61 50
Binary 10010111 110100 10010111 0 1000010 0 101001 100101100 110001 101000

Color Harmonies of #973497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973497

Black with #973497

Text Example


Text Example

White with #973497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973497; }

 p { color: rgb(151,52,151); }

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

background-color css

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

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

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

border-color css

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

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

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