Html Css Color HEX #956C95 Violet Blue

📋 copy color: '#956C95'

red 149 ◦ green 108 ◦ blue 149

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

Shades of Violet Blue #956C95

Tints of Violet Blue #956C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 36.7%
G = 26.6%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#956C95 (or 0x956C95) is known color: Violet Blue. HEX triplet: 95, 6C and 95. RGB value is (149,108,149). Sum of RGB (Red+Green+Blue) = 149+108+149=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C95 is #6A936A. Grayscale: #7C7C7C. Windows color (decimal): -6984555 or 9792661. OLE color: 9792661.

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

Color convert

RGB 149 108 149 -
CMYK 0 0.28 0 0.42
HSL 300º 0.16% 0.5% -
HSV(B) 300º 0.28% 0.58% -
XYZ 23.18 19.28 30.93 -
YUV 124.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 149 108 149 0 0.28 0 0.42 300 0.16 0.5
Hex 95 6C 95 0 1C 0 2A 12C 10 32
Octal 225 154 225 0 34 0 52 454 20 62
Binary 10010101 1101100 10010101 0 11100 0 101010 100101100 10000 110010

Color Harmonies of #956C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C95

Black with #956C95

Text Example


Text Example

White with #956C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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