#854693

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

Shades of Vivid Violet #854693

Tints of Vivid Violet #854693

Color information

#854693 (or 0x854693) is unknown color: approx Vivid Violet. HEX triplet: 85, 46 and 93. RGB value is (133,70,147). Sum of RGB (Red+Green+Blue) = 133+70+147=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #854693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854693 is #7AB96C. Grayscale: #616161. Windows color (decimal): -8042861 or 9651845. OLE color: 9651845.

HSL color Cylindrical-coordinate representation of color #854693: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854693 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13370147-
CMYK0.100.5200.42
HSL289.09º35.48%42.55%-
HSV(B)289.09º52.38%57.65%-
XYZ17.1311.4728.92-
YUV97.62155.87153.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 42%
R=38%
G=20%
B=42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133701470.100.5200.42289.0935.4842.55
Hex854693A3402A121232b
Octal20510622312640524414353
Binary1000010110001101001001110101101000101010100100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854693; }

 p { color: rgb(133,70,147); }

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

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

 a { background-color: rgb(133,70,147); }

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

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

 span { border-color: rgb(133,70,147); }

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