Html Css Color HEX #957795 Violet Blue

📋 copy color: '#957795'

red 149 ◦ green 119 ◦ blue 149

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

Shades of Violet Blue #957795

Tints of Violet Blue #957795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 35.73%
G = 28.54%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#957795 (or 0x957795) is known color: Violet Blue. HEX triplet: 95, 77 and 95. RGB value is (149,119,149). Sum of RGB (Red+Green+Blue) = 149+119+149=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957795 is #6A886A. Grayscale: #838383. Windows color (decimal): -6981739 or 9795477. OLE color: 9795477.

HSL color Cylindrical-coordinate representation of color #957795: hue angle of 300º 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 #957795 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 149 -
CMYK 0 0.20 0 0.42
HSL 300º 0.12% 0.53% -
HSV(B) 300º 0.2% 0.58% -
XYZ 24.42 21.75 31.35 -
YUV 131.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 149 119 149 0 0.20 0 0.42 300 0.12 0.53
Hex 95 77 95 0 14 0 2A 12C C 35
Octal 225 167 225 0 24 0 52 454 14 65
Binary 10010101 1110111 10010101 0 10100 0 101010 100101100 1100 110101

Color Harmonies of #957795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957795

Black with #957795

Text Example


Text Example

White with #957795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957795; }

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

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

background-color css

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

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

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

border-color css

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

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

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