#86249E

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

Shades of Vivid Violet #86249E

Tints of Vivid Violet #86249E

Color information

#86249E (or 0x86249E) is unknown color: approx Vivid Violet. HEX triplet: 86, 24 and 9E. RGB value is (134,36,158). Sum of RGB (Red+Green+Blue) = 134+36+158=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #86249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86249E is #79DB61. Grayscale: #4E4E4E. Windows color (decimal): -7986018 or 10364038. OLE color: 10364038.

HSL color Cylindrical-coordinate representation of color #86249E: hue angle of 288.2º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86249E is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13436158-
CMYK0.150.7700.38
HSL288.2º62.89%38.04%-
HSV(B)288.2º77.22%61.96%-
XYZ16.638.833.17-
YUV79.21172.47167.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=40.85%
G=10.98%
B=48.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134361580.150.7700.38288.262.8938.04
Hex86249EF4D0261203f26
Octal20644236171150464407746
Binary1000011010010010011110111110011010100110100100000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86249E; }

 p { color: rgb(134,36,158); }

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

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

 a { background-color: rgb(134,36,158); }

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

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

 span { border-color: rgb(134,36,158); }

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