#86449B

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

Shades of Vivid Violet #86449B

Tints of Vivid Violet #86449B

Color information

#86449B (or 0x86449B) is unknown color: approx Vivid Violet. HEX triplet: 86, 44 and 9B. RGB value is (134,68,155). Sum of RGB (Red+Green+Blue) = 134+68+155=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #86449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86449B is #79BB64. Grayscale: #616161. Windows color (decimal): -7977829 or 10175622. OLE color: 10175622.

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

Color convert

RGB13468155-
CMYK0.140.5600.39
HSL285.52º39.01%43.73%-
HSV(B)285.52º56.13%60.78%-
XYZ17.8211.5732.3-
YUV97.65160.37153.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=37.54%
G=19.05%
B=43.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134681550.140.5600.39285.5239.0143.73
Hex86449BE3802711e272c
Octal20610423316700474364754
Binary1000011010001001001101111101110000100111100011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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