Html Css Color HEX #956696 Violet Blue

📋 copy color: '#956696'

red 149 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #956696

Tints of Violet Blue #956696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 37.16%
G = 25.44%
B = 37.41%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956696 (or 0x956696) is known color: Violet Blue. HEX triplet: 95, 66 and 96. RGB value is (149,102,150). Sum of RGB (Red+Green+Blue) = 149+102+150=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #956696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956696 is #6A9969. Grayscale: #797979. Windows color (decimal): -6986090 or 9856661. OLE color: 9856661.

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

Color convert

RGB 149 102 150 -
CMYK 0.01 0.32 0 0.41
HSL 298.75º 0.19% 0.49% -
HSV(B) 298.75º 0.32% 0.59% -
XYZ 22.65 18.09 31.15 -
YUV 121.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 149 102 150 0.01 0.32 0 0.41 298.75 0.19 0.49
Hex 95 66 96 1 20 0 29 12B 13 31
Octal 225 146 226 1 40 0 51 453 23 61
Binary 10010101 1100110 10010110 1 100000 0 101001 100101011 10011 110001

Color Harmonies of #956696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956696

Black with #956696

Text Example


Text Example

White with #956696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956696; }

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

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

background-color css

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

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

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

border-color css

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

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

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