#953895

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

Shades of Vivid Violet #953895

Tints of Vivid Violet #953895

Color information

#953895 (or 0x953895) is unknown color: approx Vivid Violet. HEX triplet: 95, 38 and 95. RGB value is (149,56,149). Sum of RGB (Red+Green+Blue) = 149+56+149=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953895 is #6AC76A. Grayscale: #5E5E5E. Windows color (decimal): -6997867 or 9779349. OLE color: 9779349.

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

Color convert

RGB14956149-
CMYK00.6200.42
HSL300º45.37%40.2%-
HSV(B)300º62.42%58.43%-
XYZ19.2311.3929.62-
YUV94.41158.81166.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=42.09%
G=15.82%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495614900.6200.4230045.3740.2
Hex95389503E02A12c2d28
Octal225702250760524545550
Binary100101011110001001010101111100101010100101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953895; }

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

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

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

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

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

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

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

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