Html Css Color HEX #957995 Violet Blue

📋 copy color: '#957995'

red 149 ◦ green 121 ◦ blue 149

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

Shades of Violet Blue #957995

Tints of Violet Blue #957995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 35.56%
G = 28.88%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#957995 (or 0x957995) is known color: Violet Blue. HEX triplet: 95, 79 and 95. RGB value is (149,121,149). Sum of RGB (Red+Green+Blue) = 149+121+149=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957995 is #6A866A. Grayscale: #848484. Windows color (decimal): -6981227 or 9795989. OLE color: 9795989.

HSL color Cylindrical-coordinate representation of color #957995: 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.19%. Process color model (Four color, CMYK) of #957995 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 149 -
CMYK 0 0.19 0 0.42
HSL 300º 0.12% 0.53% -
HSV(B) 300º 0.19% 0.58% -
XYZ 24.66 22.23 31.43 -
YUV 132.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 149 121 149 0 0.19 0 0.42 300 0.12 0.53
Hex 95 79 95 0 13 0 2A 12C C 35
Octal 225 171 225 0 23 0 52 454 14 65
Binary 10010101 1111001 10010101 0 10011 0 101010 100101100 1100 110101

Color Harmonies of #957995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957995

Black with #957995

Text Example


Text Example

White with #957995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957995; }

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

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

background-color css

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

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

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

border-color css

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

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

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