#95358E

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

Shades of Vivid Violet #95358E

Tints of Vivid Violet #95358E

Color information

#95358E (or 0x95358E) is unknown color: approx Vivid Violet. HEX triplet: 95, 35 and 8E. RGB value is (149,53,142). Sum of RGB (Red+Green+Blue) = 149+53+142=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358E is #6ACA71. Grayscale: #5B5B5B. Windows color (decimal): -6998642 or 9319829. OLE color: 9319829.

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

Color convert

RGB14953142-
CMYK00.640.050.42
HSL304.38º47.52%39.61%-
HSV(B)304.38º64.43%58.43%-
XYZ18.5510.8926.72-
YUV91.85156.3168.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=43.31%
G=15.41%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495314200.640.050.42304.3847.5239.61
Hex95358E04052A1303028
Octal2256521601005524606050
Binary100101011101011000111001000000101101010100110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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