Html Css Color HEX #956899 Violet Blue

📋 copy color: '#956899'

red 149 ◦ green 104 ◦ blue 153

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

Shades of Violet Blue #956899

Tints of Violet Blue #956899

RGB

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

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

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

R = 36.7%
G = 25.62%
B = 37.68%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#956899 (or 0x956899) is known color: Violet Blue. HEX triplet: 95, 68 and 99. RGB value is (149,104,153). Sum of RGB (Red+Green+Blue) = 149+104+153=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #956899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956899 is #6A9766. Grayscale: #7A7A7A. Windows color (decimal): -6985575 or 10053781. OLE color: 10053781.

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

Color convert

RGB 149 104 153 -
CMYK 0.03 0.32 0 0.4
HSL 295.1º 0.19% 0.5% -
HSV(B) 295.1º 0.32% 0.6% -
XYZ 23.09 18.59 32.51 -
YUV 123.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 149 104 153 0.03 0.32 0 0.4 295.1 0.19 0.5
Hex 95 68 99 3 20 0 28 127 13 32
Octal 225 150 231 3 40 0 50 447 23 62
Binary 10010101 1101000 10011001 11 100000 0 101000 100100111 10011 110010

Color Harmonies of #956899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956899

Black with #956899

Text Example


Text Example

White with #956899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956899; }

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

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

background-color css

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

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

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

border-color css

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

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

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