#854196

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

Shades of Vivid Violet #854196

Tints of Vivid Violet #854196

Color information

#854196 (or 0x854196) is unknown color: approx Vivid Violet. HEX triplet: 85, 41 and 96. RGB value is (133,65,150). Sum of RGB (Red+Green+Blue) = 133+65+150=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #854196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854196 is #7ABE69. Grayscale: #5E5E5E. Windows color (decimal): -8044138 or 9847173. OLE color: 9847173.

HSL color Cylindrical-coordinate representation of color #854196: hue angle of 288º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854196 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13365150-
CMYK0.110.5700.41
HSL288º39.53%42.16%-
HSV(B)288º56.67%58.82%-
XYZ17.0710.9730.07-
YUV95.02159.03155.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=38.22%
G=18.68%
B=43.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133651500.110.5700.4128839.5342.16
Hex854196B39029120282a
Octal20510122613710514405052
Binary1000010110000011001011010111110010101001100100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854196; }

 p { color: rgb(133,65,150); }

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

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

 a { background-color: rgb(133,65,150); }

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

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

 span { border-color: rgb(133,65,150); }

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