#95498E

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

Shades of Violet Blue #95498E

Tints of Violet Blue #95498E

Color information

#95498E (or 0x95498E) is unknown color: approx Violet Blue. HEX triplet: 95, 49 and 8E. RGB value is (149,73,142). Sum of RGB (Red+Green+Blue) = 149+73+142=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498E is #6AB671. Grayscale: #676767. Windows color (decimal): -6993522 or 9324949. OLE color: 9324949.

HSL color Cylindrical-coordinate representation of color #95498E: hue angle of 305.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95498E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14973142-
CMYK00.510.050.42
HSL305.53º34.23%43.53%-
HSV(B)305.53º51.01%58.43%-
XYZ19.6613.1127.09-
YUV103.59149.68160.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=40.93%
G=20.05%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497314200.510.050.42305.5334.2343.53
Hex95498E03352A132222c
Octal2251112160635524624254
Binary100101011001001100011100110011101101010100110010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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