#953894

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

Shades of Vivid Violet #953894

Tints of Vivid Violet #953894

Color information

#953894 (or 0x953894) is unknown color: approx Vivid Violet. HEX triplet: 95, 38 and 94. RGB value is (149,56,148). Sum of RGB (Red+Green+Blue) = 149+56+148=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #953894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953894 is #6AC76B. Grayscale: #5E5E5E. Windows color (decimal): -6997868 or 9713813. OLE color: 9713813.

HSL color Cylindrical-coordinate representation of color #953894: hue angle of 300.65º 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 #953894 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14956148-
CMYK00.620.010.42
HSL300.65º45.37%40.2%-
HSV(B)300.65º62.42%58.43%-
XYZ19.1511.3629.2-
YUV94.3158.31167.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=42.21%
G=15.86%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495614800.620.010.42300.6545.3740.2
Hex95389403E12A12d2d28
Octal225702240761524555550
Binary100101011110001001010001111101101010100101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953894; }

 p { color: rgb(149,56,148); }

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

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

 a { background-color: rgb(149,56,148); }

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

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

 span { border-color: rgb(149,56,148); }

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