Html Css Color HEX #956595 Violet Blue

📋 copy color: '#956595'

red 149 ◦ green 101 ◦ blue 149

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

Shades of Violet Blue #956595

Tints of Violet Blue #956595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 37.34%
G = 25.31%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#956595 (or 0x956595) is known color: Violet Blue. HEX triplet: 95, 65 and 95. RGB value is (149,101,149). Sum of RGB (Red+Green+Blue) = 149+101+149=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956595 is #6A9A6A. Grayscale: #787878. Windows color (decimal): -6986347 or 9790869. OLE color: 9790869.

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

Color convert

RGB 149 101 149 -
CMYK 0 0.32 0 0.42
HSL 300º 0.19% 0.49% -
HSV(B) 300º 0.32% 0.58% -
XYZ 22.47 17.87 30.7 -
YUV 120.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 149 101 149 0 0.32 0 0.42 300 0.19 0.49
Hex 95 65 95 0 20 0 2A 12C 13 31
Octal 225 145 225 0 40 0 52 454 23 61
Binary 10010101 1100101 10010101 0 100000 0 101010 100101100 10011 110001

Color Harmonies of #956595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956595

Black with #956595

Text Example


Text Example

White with #956595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956595; }

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

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

background-color css

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

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

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

border-color css

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

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

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