#953F8A

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

Shades of Vivid Violet #953F8A

Tints of Vivid Violet #953F8A

Color information

#953F8A (or 0x953F8A) is unknown color: approx Vivid Violet. HEX triplet: 95, 3F and 8A. RGB value is (149,63,138). Sum of RGB (Red+Green+Blue) = 149+63+138=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F8A is #6AC075. Grayscale: #616161. Windows color (decimal): -6996086 or 9060245. OLE color: 9060245.

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

Color convert

RGB14963138-
CMYK00.580.070.42
HSL307.67º40.57%41.57%-
HSV(B)307.67º57.72%58.43%-
XYZ18.7611.7825.33-
YUV97.26150.99164.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=42.57%
G=18%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496313800.580.070.42307.6740.5741.57
Hex953F8A03A72A134292a
Octal225772120727524645152
Binary10010101111111100010100111010111101010100110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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