#95398E

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

Shades of Vivid Violet #95398E

Tints of Vivid Violet #95398E

Color information

#95398E (or 0x95398E) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 8E. RGB value is (149,57,142). Sum of RGB (Red+Green+Blue) = 149+57+142=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398E is #6AC671. Grayscale: #5D5D5D. Windows color (decimal): -6997618 or 9320853. OLE color: 9320853.

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

Color convert

RGB14957142-
CMYK00.620.050.42
HSL304.57º44.66%40.39%-
HSV(B)304.57º61.74%58.43%-
XYZ18.7411.2726.78-
YUV94.2154.98167.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=42.82%
G=16.38%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495714200.620.050.42304.5744.6640.39
Hex95398E03E52A1312d28
Octal225712160765524615550
Binary10010101111001100011100111110101101010100110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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