#95658D

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

Shades of Violet Blue #95658D

Tints of Violet Blue #95658D

Color information

#95658D (or 0x95658D) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 8D. RGB value is (149,101,141). Sum of RGB (Red+Green+Blue) = 149+101+141=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658D is #6A9A72. Grayscale: #777777. Windows color (decimal): -6986355 or 9266581. OLE color: 9266581.

HSL color Cylindrical-coordinate representation of color #95658D: hue angle of 310º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95658D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149101141-
CMYK00.320.050.42
HSL310º19.2%49.02%-
HSV(B)310º32.21%58.43%-
XYZ21.8617.6227.45-
YUV119.91139.9148.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=38.11%
G=25.83%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910114100.320.050.4231019.249.02
Hex95658D02052A1361331
Octal2251452150405524662361
Binary10010101110010110001101010000010110101010011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95658D; }

 p { color: rgb(149,101,141); }

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

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

 a { background-color: rgb(149,101,141); }

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

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

 span { border-color: rgb(149,101,141); }

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