Html Css Color HEX #97479E Violet Blue

📋 copy color: '#97479E'

red 151 ◦ green 71 ◦ blue 158

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

Shades of Violet Blue #97479E

Tints of Violet Blue #97479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 39.74%
G = 18.68%
B = 41.58%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97479E (or 0x97479E) is known color: Violet Blue. HEX triplet: 97, 47 and 9E. RGB value is (151,71,158). Sum of RGB (Red+Green+Blue) = 151+71+158=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #97479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97479E is #68B861. Grayscale: #686868. Windows color (decimal): -6862946 or 10373015. OLE color: 10373015.

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

Color convert

RGB 151 71 158 -
CMYK 0.04 0.55 0 0.38
HSL 295.17º 0.38% 0.45% -
HSV(B) 295.17º 0.55% 0.62% -
XYZ 21.19 13.55 33.85 -
YUV 104.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 151 71 158 0.04 0.55 0 0.38 295.17 0.38 0.45
Hex 97 47 9E 4 37 0 26 127 26 2D
Octal 227 107 236 4 67 0 46 447 46 55
Binary 10010111 1000111 10011110 100 110111 0 100110 100100111 100110 101101

Color Harmonies of #97479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97479E

Black with #97479E

Text Example


Text Example

White with #97479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97479E; }

 p { color: rgb(151,71,158); }

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

background-color css

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

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

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

border-color css

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

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

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