#953AA3

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

Shades of Vivid Violet #953AA3

Tints of Vivid Violet #953AA3

Color information

#953AA3 (or 0x953AA3) is unknown color: approx Vivid Violet. HEX triplet: 95, 3A and A3. RGB value is (149,58,163). Sum of RGB (Red+Green+Blue) = 149+58+163=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #953AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AA3 is #6AC55C. Grayscale: #606060. Windows color (decimal): -6997341 or 10697365. OLE color: 10697365.

HSL color Cylindrical-coordinate representation of color #953AA3: hue angle of 292º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953AA3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14958163-
CMYK0.090.6400.36
HSL292º47.51%43.33%-
HSV(B)292º64.42%63.92%-
XYZ20.5212.0635.9-
YUV97.18165.15164.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 163 (64.06% from 255) = 44.05%
R=40.27%
G=15.68%
B=44.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149581630.090.6400.3629247.5143.33
Hex953AA3940024124302b
Octal22572243111000444446053
Binary1001010111101010100011100110000000100100100100100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,58,163); }

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

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

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

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

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

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

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