#8136F6

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

Shades of Blue Violet #8136F6

Tints of Blue Violet #8136F6

Color information

#8136F6 (or 0x8136F6) is unknown color: approx Blue Violet. HEX triplet: 81, 36 and F6. RGB value is (129,54,246). Sum of RGB (Red+Green+Blue) = 129+54+246=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #8136F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136F6 is #7EC909. Grayscale: #616161. Windows color (decimal): -8309002 or 16135809. OLE color: 16135809.

HSL color Cylindrical-coordinate representation of color #8136F6: hue angle of 263.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8136F6 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12954246-
CMYK0.480.7800.04
HSL263.44º91.43%58.82%-
HSV(B)263.44º78.05%96.47%-
XYZ27.0113.9688.46-
YUV98.31211.35149.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 54 (21.48% from 255) = 12.59%
BLUE value IS 246 (96.48% from 255) = 57.34%
R=30.07%
G=12.59%
B=57.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal129542460.480.7800.04263.4491.4358.82
Hex8136F6304E041075b3b
Octal20166366601160440713373
Binary1000000111011011110110110000100111001001000001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8136F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8136F6; }

 p { color: rgb(129,54,246); }

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

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

 a { background-color: rgb(129,54,246); }

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

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

 span { border-color: rgb(129,54,246); }

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