Html Css Color HEX #957794 Violet Blue

📋 copy color: '#957794'

red 149 ◦ green 119 ◦ blue 148

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

Shades of Violet Blue #957794

Tints of Violet Blue #957794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 35.82%
G = 28.61%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957794 (or 0x957794) is known color: Violet Blue. HEX triplet: 95, 77 and 94. RGB value is (149,119,148). Sum of RGB (Red+Green+Blue) = 149+119+148=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #957794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957794 is #6A886B. Grayscale: #838383. Windows color (decimal): -6981740 or 9729941. OLE color: 9729941.

HSL color Cylindrical-coordinate representation of color #957794: hue angle of 302º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957794 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 148 -
CMYK 0 0.20 0.01 0.42
HSL 302º 0.12% 0.53% -
HSV(B) 302º 0.2% 0.58% -
XYZ 24.34 21.72 30.93 -
YUV 131.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 149 119 148 0 0.20 0.01 0.42 302 0.12 0.53
Hex 95 77 94 0 14 1 2A 12E C 35
Octal 225 167 224 0 24 1 52 456 14 65
Binary 10010101 1110111 10010100 0 10100 1 101010 100101110 1100 110101

Color Harmonies of #957794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957794

Black with #957794

Text Example


Text Example

White with #957794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957794; }

 p { color: rgb(149,119,148); }

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

background-color css

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

 a { background-color: rgb(149,119,148); }

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

border-color css

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

 span { border-color: rgb(149,119,148); }

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