Html Css Color HEX #954797 Violet Blue

📋 copy color: '#954797'

red 149 ◦ green 71 ◦ blue 151

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

Shades of Violet Blue #954797

Tints of Violet Blue #954797

RGB

 RED value IS 149 (58.59% from 255) = 40.16%

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

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

R = 40.16%
G = 19.14%
B = 40.7%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#954797 (or 0x954797) is known color: Violet Blue. HEX triplet: 95, 47 and 97. RGB value is (149,71,151). Sum of RGB (Red+Green+Blue) = 149+71+151=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #954797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954797 is #6AB868. Grayscale: #676767. Windows color (decimal): -6994025 or 9914261. OLE color: 9914261.

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

Color convert

RGB 149 71 151 -
CMYK 0.01 0.53 0 0.41
HSL 298.5º 0.36% 0.44% -
HSV(B) 298.5º 0.53% 0.59% -
XYZ 20.23 13.13 30.75 -
YUV 103.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 149 71 151 0.01 0.53 0 0.41 298.5 0.36 0.44
Hex 95 47 97 1 35 0 29 12A 24 2C
Octal 225 107 227 1 65 0 51 452 44 54
Binary 10010101 1000111 10010111 1 110101 0 101001 100101010 100100 101100

Color Harmonies of #954797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954797

Black with #954797

Text Example


Text Example

White with #954797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954797; }

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

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

background-color css

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

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

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

border-color css

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

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

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