#863885

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

Shades of Vivid Violet #863885

Tints of Vivid Violet #863885

Color information

#863885 (or 0x863885) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 85. RGB value is (134,56,133). Sum of RGB (Red+Green+Blue) = 134+56+133=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863885 is #79C77A. Grayscale: #575757. Windows color (decimal): -7980923 or 8730758. OLE color: 8730758.

HSL color Cylindrical-coordinate representation of color #863885: hue angle of 300.77º 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 #863885 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13456133-
CMYK00.580.010.47
HSL300.77º41.05%37.25%-
HSV(B)300.77º58.21%52.55%-
XYZ15.489.5923.23-
YUV88.1153.34160.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=41.49%
G=17.34%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345613300.580.010.47300.7741.0537.25
Hex86388503A12F12d2925
Octal206702050721574555145
Binary100001101110001000010101110101101111100101101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863885; }

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

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

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

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

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

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

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

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