#95649C

Color #95649C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #95649C

Tints of Violet Blue #95649C

Color information

#95649C (or 0x95649C) is unknown color: approx Violet Blue. HEX triplet: 95, 64 and 9C. RGB value is (149,100,156). Sum of RGB (Red+Green+Blue) = 149+100+156=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #95649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95649C is #6A9B63. Grayscale: #787878. Windows color (decimal): -6986596 or 10249365. OLE color: 10249365.

HSL color Cylindrical-coordinate representation of color #95649C: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95649C is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149100156-
CMYK0.040.3600.39
HSL292.5º22.05%50.2%-
HSV(B)292.5º35.9%61.18%-
XYZ22.9517.933.7-
YUV121.04147.73147.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=36.79%
G=24.69%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491001560.040.3600.39292.522.0550.2
Hex95649C4240271241632
Octal2251442344440474442662
Binary10010101110010010011100100100100010011110010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95649C; }

 p { color: rgb(149,100,156); }

 H1.HeaderClassName
 {
   color: #95649C;
 }
 .AnyTagClassName
 {
   color: #95649C;
 }
</style>
background-color css

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

 a { background-color: rgb(149,100,156); }

 div.DivClassName
 {
   background-color: #95649C;
 }
 .BgClassName
 {
   background-color: #95649C;
 }
</style>
border-color css

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

 span { border-color: rgb(149,100,156); }

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