Html Css Color HEX #957395 Violet Blue

📋 copy color: '#957395'

red 149 ◦ green 115 ◦ blue 149

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

Shades of Violet Blue #957395

Tints of Violet Blue #957395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 36.08%
G = 27.85%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#957395 (or 0x957395) is known color: Violet Blue. HEX triplet: 95, 73 and 95. RGB value is (149,115,149). Sum of RGB (Red+Green+Blue) = 149+115+149=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957395 is #6A8C6A. Grayscale: #808080. Windows color (decimal): -6982763 or 9794453. OLE color: 9794453.

HSL color Cylindrical-coordinate representation of color #957395: hue angle of 300º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957395 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 149 -
CMYK 0 0.23 0 0.42
HSL 300º 0.14% 0.52% -
HSV(B) 300º 0.23% 0.58% -
XYZ 23.95 20.82 31.19 -
YUV 129.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 149 115 149 0 0.23 0 0.42 300 0.14 0.52
Hex 95 73 95 0 17 0 2A 12C E 34
Octal 225 163 225 0 27 0 52 454 16 64
Binary 10010101 1110011 10010101 0 10111 0 101010 100101100 1110 110100

Color Harmonies of #957395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957395

Black with #957395

Text Example


Text Example

White with #957395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957395; }

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

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

background-color css

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

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

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

border-color css

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

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

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