#953994

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

Shades of Vivid Violet #953994

Tints of Vivid Violet #953994

Color information

#953994 (or 0x953994) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 94. RGB value is (149,57,148). Sum of RGB (Red+Green+Blue) = 149+57+148=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953994 is #6AC66B. Grayscale: #5E5E5E. Windows color (decimal): -6997612 or 9714069. OLE color: 9714069.

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

Color convert

RGB14957148-
CMYK00.620.010.42
HSL300.65º44.66%40.39%-
HSV(B)300.65º61.74%58.43%-
XYZ19.211.4529.22-
YUV94.88157.98166.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=42.09%
G=16.10%
B=41.81%

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
Decimal1495714800.620.010.42300.6544.6640.39
Hex95399403E12A12d2d28
Octal225712240761524555550
Binary100101011110011001010001111101101010100101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953994; }

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

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

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

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

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

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

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

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