#95658E

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

Shades of Violet Blue #95658E

Tints of Violet Blue #95658E

Color information

#95658E (or 0x95658E) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 8E. RGB value is (149,101,142). Sum of RGB (Red+Green+Blue) = 149+101+142=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658E is #6A9A71. Grayscale: #777777. Windows color (decimal): -6986354 or 9332117. OLE color: 9332117.

HSL color Cylindrical-coordinate representation of color #95658E: hue angle of 308.75º 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 #95658E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149101142-
CMYK00.320.050.42
HSL308.75º19.2%49.02%-
HSV(B)308.75º32.21%58.43%-
XYZ21.9317.6527.84-
YUV120.03140.4148.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=38.01%
G=25.77%
B=36.22%

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
Decimal14910114200.320.050.42308.7519.249.02
Hex95658E02052A1351331
Octal2251452160405524652361
Binary10010101110010110001110010000010110101010011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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