#863882

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

Shades of Vivid Violet #863882

Tints of Vivid Violet #863882

Color information

#863882 (or 0x863882) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 82. RGB value is (134,56,130). Sum of RGB (Red+Green+Blue) = 134+56+130=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863882 is #79C77D. Grayscale: #575757. Windows color (decimal): -7980926 or 8534150. OLE color: 8534150.

HSL color Cylindrical-coordinate representation of color #863882: hue angle of 303.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863882 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13456130-
CMYK00.580.030.47
HSL303.08º41.05%37.25%-
HSV(B)303.08º58.21%52.55%-
XYZ15.279.5122.15-
YUV87.76151.84160.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=41.88%
G=17.5%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345613000.580.030.47303.0841.0537.25
Hex86388203A32F12f2925
Octal206702020723574575145
Binary1000011011100010000010011101011101111100101111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863882; }

 p { color: rgb(134,56,130); }

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

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

 a { background-color: rgb(134,56,130); }

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

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

 span { border-color: rgb(134,56,130); }

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