#863383

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

Shades of Vivid Violet #863383

Tints of Vivid Violet #863383

Color information

#863383 (or 0x863383) is unknown color: approx Vivid Violet. HEX triplet: 86, 33 and 83. RGB value is (134,51,131). Sum of RGB (Red+Green+Blue) = 134+51+131=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #863383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863383 is #79CC7C. Grayscale: #545454. Windows color (decimal): -7982205 or 8598406. OLE color: 8598406.

HSL color Cylindrical-coordinate representation of color #863383: hue angle of 302.17º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863383 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13451131-
CMYK00.620.020.47
HSL302.17º44.86%36.27%-
HSV(B)302.17º61.94%52.55%-
XYZ15.119.0722.43-
YUV84.94154163-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=42.41%
G=16.14%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345113100.620.020.47302.1744.8636.27
Hex86338303E22F12e2d24
Octal206632030762574565544
Binary1000011011001110000011011111010101111100101110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863383; }

 p { color: rgb(134,51,131); }

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

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

 a { background-color: rgb(134,51,131); }

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

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

 span { border-color: rgb(134,51,131); }

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