#863D8D

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

Shades of Vivid Violet #863D8D

Tints of Vivid Violet #863D8D

Color information

#863D8D (or 0x863D8D) is unknown color: approx Vivid Violet. HEX triplet: 86, 3D and 8D. RGB value is (134,61,141). Sum of RGB (Red+Green+Blue) = 134+61+141=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #863D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863D8D is #79C272. Grayscale: #5B5B5B. Windows color (decimal): -7979635 or 9256326. OLE color: 9256326.

HSL color Cylindrical-coordinate representation of color #863D8D: hue angle of 294.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863D8D is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13461141-
CMYK0.050.5700.45
HSL294.75º39.6%39.61%-
HSV(B)294.75º56.74%55.29%-
XYZ16.3110.3326.33-
YUV91.95155.68158-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=39.88%
G=18.15%
B=41.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134611410.050.5700.45294.7539.639.61
Hex863D8D53902D1272828
Octal206752155710554475050
Binary10000110111101100011011011110010101101100100111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D8D; }

 p { color: rgb(134,61,141); }

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

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

 a { background-color: rgb(134,61,141); }

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

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

 span { border-color: rgb(134,61,141); }

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