#86259B

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

Shades of Vivid Violet #86259B

Tints of Vivid Violet #86259B

Color information

#86259B (or 0x86259B) is unknown color: approx Vivid Violet. HEX triplet: 86, 25 and 9B. RGB value is (134,37,155). Sum of RGB (Red+Green+Blue) = 134+37+155=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #86259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86259B is #79DA64. Grayscale: #4F4F4F. Windows color (decimal): -7985765 or 10167686. OLE color: 10167686.

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

Color convert

RGB13437155-
CMYK0.140.7600.39
HSL289.32º61.46%37.65%-
HSV(B)289.32º76.13%60.78%-
XYZ16.418.7631.84-
YUV79.46170.64166.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=41.10%
G=11.35%
B=47.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134371550.140.7600.39289.3261.4637.65
Hex86259BE4C0271213d26
Octal20645233161140474417546
Binary1000011010010110011011111010011000100111100100001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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