Html Css Color HEX #956999 Violet Blue

📋 copy color: '#956999'

red 149 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #956999

Tints of Violet Blue #956999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 36.61%
G = 25.8%
B = 37.59%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#956999 (or 0x956999) is known color: Violet Blue. HEX triplet: 95, 69 and 99. RGB value is (149,105,153). Sum of RGB (Red+Green+Blue) = 149+105+153=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #956999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956999 is #6A9666. Grayscale: #7B7B7B. Windows color (decimal): -6985319 or 10054037. OLE color: 10054037.

HSL color Cylindrical-coordinate representation of color #956999: hue angle of 295º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956999 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 105 153 -
CMYK 0.03 0.31 0 0.4
HSL 295º 0.19% 0.51% -
HSV(B) 295º 0.31% 0.6% -
XYZ 23.2 18.79 32.54 -
YUV 123.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 149 105 153 0.03 0.31 0 0.4 295 0.19 0.51
Hex 95 69 99 3 1F 0 28 127 13 33
Octal 225 151 231 3 37 0 50 447 23 63
Binary 10010101 1101001 10011001 11 11111 0 101000 100100111 10011 110011

Color Harmonies of #956999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956999

Black with #956999

Text Example


Text Example

White with #956999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956999; }

 p { color: rgb(149,105,153); }

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

background-color css

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

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

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

border-color css

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

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

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