#953EA7

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

Shades of Vivid Violet #953EA7

Tints of Vivid Violet #953EA7

Color information

#953EA7 (or 0x953EA7) is unknown color: approx Vivid Violet. HEX triplet: 95, 3E and A7. RGB value is (149,62,167). Sum of RGB (Red+Green+Blue) = 149+62+167=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #953EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EA7 is #6AC158. Grayscale: #636363. Windows color (decimal): -6996313 or 10960533. OLE color: 10960533.

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

Color convert

RGB14962167-
CMYK0.110.6300.35
HSL289.71º45.85%44.9%-
HSV(B)289.71º62.87%65.49%-
XYZ21.0912.6237.88-
YUV99.98165.82162.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=39.42%
G=16.40%
B=44.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149621670.110.6300.35289.7145.8544.9
Hex953EA7B3F0231222e2d
Octal2257624713770434425655
Binary100101011111101010011110111111110100011100100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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