#863092

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

Shades of Vivid Violet #863092

Tints of Vivid Violet #863092

Color information

#863092 (or 0x863092) is unknown color: approx Vivid Violet. HEX triplet: 86, 30 and 92. RGB value is (134,48,146). Sum of RGB (Red+Green+Blue) = 134+48+146=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #863092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863092 is #79CF6D. Grayscale: #545454. Windows color (decimal): -7982958 or 9580678. OLE color: 9580678.

HSL color Cylindrical-coordinate representation of color #863092: hue angle of 292.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863092 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13448146-
CMYK0.080.6700.43
HSL292.65º50.52%38.04%-
HSV(B)292.65º67.12%57.25%-
XYZ16.089.2628.13-
YUV84.89162.49163.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=40.85%
G=14.63%
B=44.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134481460.080.6700.43292.6550.5238.04
Hex86309284302B1253326
Octal20660222101030534456346
Binary1000011011000010010010100010000110101011100100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863092; }

 p { color: rgb(134,48,146); }

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

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

 a { background-color: rgb(134,48,146); }

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

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

 span { border-color: rgb(134,48,146); }

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