#954394

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

Shades of Vivid Violet #954394

Tints of Vivid Violet #954394

Color information

#954394 (or 0x954394) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 94. RGB value is (149,67,148). Sum of RGB (Red+Green+Blue) = 149+67+148=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954394 is #6ABC6B. Grayscale: #646464. Windows color (decimal): -6995052 or 9716629. OLE color: 9716629.

HSL color Cylindrical-coordinate representation of color #954394: hue angle of 300.73º 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 #954394 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14967148-
CMYK00.550.010.42
HSL300.73º37.96%42.35%-
HSV(B)300.73º55.03%58.43%-
XYZ19.7512.5429.4-
YUV100.75154.67162.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=40.93%
G=18.41%
B=40.66%

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
Decimal1496714800.550.010.42300.7337.9642.35
Hex95439403712A12d262a
Octal2251032240671524554652
Binary1001010110000111001010001101111101010100101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954394; }

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

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

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

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

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

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

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

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