#863088

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

Shades of Vivid Violet #863088

Tints of Vivid Violet #863088

Color information

#863088 (or 0x863088) is unknown color: approx Vivid Violet. HEX triplet: 86, 30 and 88. RGB value is (134,48,136). Sum of RGB (Red+Green+Blue) = 134+48+136=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #863088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863088 is #79CF77. Grayscale: #535353. Windows color (decimal): -7982968 or 8925318. OLE color: 8925318.

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

Color convert

RGB13448136-
CMYK0.010.6500.47
HSL298.64º47.83%36.08%-
HSV(B)298.64º64.71%53.33%-
XYZ15.338.9624.21-
YUV83.75157.49163.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=42.14%
G=15.09%
B=42.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134481360.010.6500.47298.6447.8336.08
Hex86308814102F12b3024
Octal2066021011010574536044
Binary1000011011000010001000110000010101111100101011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863088; }

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

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

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

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

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

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

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

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