#953F8E

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

Shades of Vivid Violet #953F8E

Tints of Vivid Violet #953F8E

Color information

#953F8E (or 0x953F8E) is unknown color: approx Vivid Violet. HEX triplet: 95, 3F and 8E. RGB value is (149,63,142). Sum of RGB (Red+Green+Blue) = 149+63+142=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F8E is #6AC071. Grayscale: #616161. Windows color (decimal): -6996082 or 9322389. OLE color: 9322389.

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

Color convert

RGB14963142-
CMYK00.580.050.42
HSL304.88º40.57%41.57%-
HSV(B)304.88º57.72%58.43%-
XYZ19.0511.926.88-
YUV97.72152.99164.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=42.09%
G=17.80%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496314200.580.050.42304.8840.5741.57
Hex953F8E03A52A131292a
Octal225772160725524615152
Binary10010101111111100011100111010101101010100110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953F8E; }

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

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

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

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

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

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

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

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