#95378E

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

Shades of Vivid Violet #95378E

Tints of Vivid Violet #95378E

Color information

#95378E (or 0x95378E) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 8E. RGB value is (149,55,142). Sum of RGB (Red+Green+Blue) = 149+55+142=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378E is #6AC871. Grayscale: #5C5C5C. Windows color (decimal): -6998130 or 9320341. OLE color: 9320341.

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

Color convert

RGB14955142-
CMYK00.630.050.42
HSL304.47º46.08%40%-
HSV(B)304.47º63.09%58.43%-
XYZ18.6411.0726.75-
YUV93.02155.64167.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=43.06%
G=15.90%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495514200.630.050.42304.4746.0840
Hex95378E03F52A1302e28
Octal225672160775524605650
Binary10010101110111100011100111111101101010100110000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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