#95698E

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

Shades of Violet Blue #95698E

Tints of Violet Blue #95698E

Color information

#95698E (or 0x95698E) is unknown color: approx Violet Blue. HEX triplet: 95, 69 and 8E. RGB value is (149,105,142). Sum of RGB (Red+Green+Blue) = 149+105+142=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #95698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95698E is #6A9671. Grayscale: #7A7A7A. Windows color (decimal): -6985330 or 9333141. OLE color: 9333141.

HSL color Cylindrical-coordinate representation of color #95698E: hue angle of 309.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95698E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149105142-
CMYK00.300.050.42
HSL309.55º17.32%49.8%-
HSV(B)309.55º29.53%58.43%-
XYZ22.3318.4527.97-
YUV122.37139.08146.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=37.63%
G=26.52%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910514200.300.050.42309.5517.3249.8
Hex95698E01E52A1361132
Octal2251512160365524662162
Binary1001010111010011000111001111010110101010011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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