#95618D

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

Shades of Violet Blue #95618D

Tints of Violet Blue #95618D

Color information

#95618D (or 0x95618D) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 8D. RGB value is (149,97,141). Sum of RGB (Red+Green+Blue) = 149+97+141=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95618D is #6A9E72. Grayscale: #757575. Windows color (decimal): -6987379 or 9265557. OLE color: 9265557.

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

Color convert

RGB14997141-
CMYK00.350.050.42
HSL309.23º21.14%48.24%-
HSV(B)309.23º34.9%58.43%-
XYZ21.4816.8627.32-
YUV117.56141.23150.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=38.50%
G=25.06%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499714100.350.050.42309.2321.1448.24
Hex95618D02352A1351530
Octal2251412150435524652560
Binary10010101110000110001101010001110110101010011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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