Html Css Color HEX #956699 Violet Blue

📋 copy color: '#956699'

red 149 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #956699

Tints of Violet Blue #956699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

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

R = 36.88%
G = 25.25%
B = 37.87%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#956699 (or 0x956699) is known color: Violet Blue. HEX triplet: 95, 66 and 99. RGB value is (149,102,153). Sum of RGB (Red+Green+Blue) = 149+102+153=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #956699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956699 is #6A9966. Grayscale: #797979. Windows color (decimal): -6986087 or 10053269. OLE color: 10053269.

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

Color convert

RGB 149 102 153 -
CMYK 0.03 0.33 0 0.4
HSL 295.29º 0.2% 0.5% -
HSV(B) 295.29º 0.33% 0.6% -
XYZ 22.9 18.19 32.44 -
YUV 121.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 149 102 153 0.03 0.33 0 0.4 295.29 0.2 0.5
Hex 95 66 99 3 21 0 28 127 14 32
Octal 225 146 231 3 41 0 50 447 24 62
Binary 10010101 1100110 10011001 11 100001 0 101000 100100111 10100 110010

Color Harmonies of #956699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956699

Black with #956699

Text Example


Text Example

White with #956699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956699; }

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

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

background-color css

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

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

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

border-color css

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

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

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