#95618E

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

Shades of Violet Blue #95618E

Tints of Violet Blue #95618E

Color information

#95618E (or 0x95618E) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 8E. RGB value is (149,97,142). Sum of RGB (Red+Green+Blue) = 149+97+142=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95618E is #6A9E71. Grayscale: #757575. Windows color (decimal): -6987378 or 9331093. OLE color: 9331093.

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

Color convert

RGB14997142-
CMYK00.350.050.42
HSL308.08º21.14%48.24%-
HSV(B)308.08º34.9%58.43%-
XYZ21.5516.8927.72-
YUV117.68141.73150.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=38.40%
G=25%
B=36.60%

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
Decimal1499714200.350.050.42308.0821.1448.24
Hex95618E02352A1341530
Octal2251412160435524642560
Binary10010101110000110001110010001110110101010011010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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