#95618F

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

Shades of Violet Blue #95618F

Tints of Violet Blue #95618F

Color information

#95618F (or 0x95618F) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 8F. RGB value is (149,97,143). Sum of RGB (Red+Green+Blue) = 149+97+143=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95618F is #6A9E70. Grayscale: #757575. Windows color (decimal): -6987377 or 9396629. OLE color: 9396629.

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

Color convert

RGB14997143-
CMYK00.350.040.42
HSL306.92º21.14%48.24%-
HSV(B)306.92º34.9%58.43%-
XYZ21.6316.9228.11-
YUV117.79142.23150.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=38.30%
G=24.94%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499714300.350.040.42306.9221.1448.24
Hex95618F02342A1331530
Octal2251412170434524632560
Binary10010101110000110001111010001110010101010011001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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