#86429B

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

Shades of Vivid Violet #86429B

Tints of Vivid Violet #86429B

Color information

#86429B (or 0x86429B) is unknown color: approx Vivid Violet. HEX triplet: 86, 42 and 9B. RGB value is (134,66,155). Sum of RGB (Red+Green+Blue) = 134+66+155=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #86429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86429B is #79BD64. Grayscale: #606060. Windows color (decimal): -7978341 or 10175110. OLE color: 10175110.

HSL color Cylindrical-coordinate representation of color #86429B: hue angle of 285.84º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86429B is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13466155-
CMYK0.140.5700.39
HSL285.84º40.27%43.33%-
HSV(B)285.84º57.42%60.78%-
XYZ17.711.3332.26-
YUV96.48161.03154.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=37.75%
G=18.59%
B=43.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134661550.140.5700.39285.8440.2743.33
Hex86429BE3902711e282b
Octal20610223316710474365053
Binary1000011010000101001101111101110010100111100011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86429B; }

 p { color: rgb(134,66,155); }

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

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

 a { background-color: rgb(134,66,155); }

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

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

 span { border-color: rgb(134,66,155); }

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