Html Css Color HEX #956896 Violet Blue

📋 copy color: '#956896'

red 149 ◦ green 104 ◦ blue 150

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

Shades of Violet Blue #956896

Tints of Violet Blue #956896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 36.97%
G = 25.81%
B = 37.22%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956896 (or 0x956896) is known color: Violet Blue. HEX triplet: 95, 68 and 96. RGB value is (149,104,150). Sum of RGB (Red+Green+Blue) = 149+104+150=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #956896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956896 is #6A9769. Grayscale: #7A7A7A. Windows color (decimal): -6985578 or 9857173. OLE color: 9857173.

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

Color convert

RGB 149 104 150 -
CMYK 0.01 0.31 0 0.41
HSL 298.7º 0.18% 0.5% -
HSV(B) 298.7º 0.31% 0.59% -
XYZ 22.85 18.49 31.22 -
YUV 122.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 149 104 150 0.01 0.31 0 0.41 298.7 0.18 0.5
Hex 95 68 96 1 1F 0 29 12B 12 32
Octal 225 150 226 1 37 0 51 453 22 62
Binary 10010101 1101000 10010110 1 11111 0 101001 100101011 10010 110010

Color Harmonies of #956896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956896

Black with #956896

Text Example


Text Example

White with #956896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956896; }

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

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

background-color css

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

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

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

border-color css

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

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

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