#95568D

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

Shades of Violet Blue #95568D

Tints of Violet Blue #95568D

Color information

#95568D (or 0x95568D) is unknown color: approx Violet Blue. HEX triplet: 95, 56 and 8D. RGB value is (149,86,141). Sum of RGB (Red+Green+Blue) = 149+86+141=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95568D is #6AA972. Grayscale: #6E6E6E. Windows color (decimal): -6990195 or 9262741. OLE color: 9262741.

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

Color convert

RGB14986141-
CMYK00.420.050.42
HSL307.62º26.81%46.08%-
HSV(B)307.62º42.28%58.43%-
XYZ20.5314.9727.01-
YUV111.11144.87155.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=39.63%
G=22.87%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498614100.420.050.42307.6226.8146.08
Hex95568D02A52A1341b2e
Octal2251262150525524643356
Binary10010101101011010001101010101010110101010011010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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