#954393

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

Shades of Vivid Violet #954393

Tints of Vivid Violet #954393

Color information

#954393 (or 0x954393) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 93. RGB value is (149,67,147). Sum of RGB (Red+Green+Blue) = 149+67+147=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954393 is #6ABC6C. Grayscale: #646464. Windows color (decimal): -6995053 or 9651093. OLE color: 9651093.

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

Color convert

RGB14967147-
CMYK00.550.010.42
HSL301.46º37.96%42.35%-
HSV(B)301.46º55.03%58.43%-
XYZ19.6712.5128.98-
YUV100.64154.17162.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=41.05%
G=18.46%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496714700.550.010.42301.4637.9642.35
Hex95439303712A12d262a
Octal2251032230671524554652
Binary1001010110000111001001101101111101010100101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954393; }

 p { color: rgb(149,67,147); }

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

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

 a { background-color: rgb(149,67,147); }

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

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

 span { border-color: rgb(149,67,147); }

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