#95698F

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

Shades of Violet Blue #95698F

Tints of Violet Blue #95698F

Color information

#95698F (or 0x95698F) is unknown color: approx Violet Blue. HEX triplet: 95, 69 and 8F. RGB value is (149,105,143). Sum of RGB (Red+Green+Blue) = 149+105+143=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #95698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95698F is #6A9670. Grayscale: #7A7A7A. Windows color (decimal): -6985329 or 9398677. OLE color: 9398677.

HSL color Cylindrical-coordinate representation of color #95698F: hue angle of 308.18º 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 #95698F is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149105143-
CMYK00.300.040.42
HSL308.18º17.32%49.8%-
HSV(B)308.18º29.53%58.43%-
XYZ22.418.4828.37-
YUV122.49139.58146.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=37.53%
G=26.45%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910514300.300.040.42308.1817.3249.8
Hex95698F01E42A1341132
Octal2251512170364524642162
Binary1001010111010011000111101111010010101010011010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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