#953FA7

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

Shades of Vivid Violet #953FA7

Tints of Vivid Violet #953FA7

Color information

#953FA7 (or 0x953FA7) is unknown color: approx Vivid Violet. HEX triplet: 95, 3F and A7. RGB value is (149,63,167). Sum of RGB (Red+Green+Blue) = 149+63+167=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #953FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953FA7 is #6AC058. Grayscale: #646464. Windows color (decimal): -6996057 or 10960789. OLE color: 10960789.

HSL color Cylindrical-coordinate representation of color #953FA7: hue angle of 289.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953FA7 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14963167-
CMYK0.110.6200.35
HSL289.62º45.22%45.1%-
HSV(B)289.62º62.28%65.49%-
XYZ21.1512.7337.9-
YUV100.57165.49162.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=39.31%
G=16.62%
B=44.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149631670.110.6200.35289.6245.2245.1
Hex953FA7B3E0231222d2d
Octal2257724713760434425555
Binary100101011111111010011110111111100100011100100010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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