Html Css Color HEX #974997 Violet Blue

📋 copy color: '#974997'

red 151 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #974997

Tints of Violet Blue #974997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 40.27%
G = 19.47%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#974997 (or 0x974997) is known color: Violet Blue. HEX triplet: 97, 49 and 97. RGB value is (151,73,151). Sum of RGB (Red+Green+Blue) = 151+73+151=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #974997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974997 is #68B668. Grayscale: #686868. Windows color (decimal): -6862441 or 9914775. OLE color: 9914775.

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

Color convert

RGB 151 73 151 -
CMYK 0 0.52 0 0.41
HSL 300º 0.35% 0.44% -
HSV(B) 300º 0.52% 0.59% -
XYZ 20.73 13.58 30.81 -
YUV 105.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 151 73 151 0 0.52 0 0.41 300 0.35 0.44
Hex 97 49 97 0 34 0 29 12C 23 2C
Octal 227 111 227 0 64 0 51 454 43 54
Binary 10010111 1001001 10010111 0 110100 0 101001 100101100 100011 101100

Color Harmonies of #974997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974997

Black with #974997

Text Example


Text Example

White with #974997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974997; }

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

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

background-color css

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

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

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

border-color css

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

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

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