#8636D8

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

Shades of Blue Violet #8636D8

Tints of Blue Violet #8636D8

Color information

#8636D8 (or 0x8636D8) is unknown color: approx Blue Violet. HEX triplet: 86, 36 and D8. RGB value is (134,54,216). Sum of RGB (Red+Green+Blue) = 134+54+216=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #8636D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636D8 is #79C927. Grayscale: #5F5F5F. Windows color (decimal): -7981352 or 14169734. OLE color: 14169734.

HSL color Cylindrical-coordinate representation of color #8636D8: hue angle of 269.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8636D8 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13454216-
CMYK0.380.7500.15
HSL269.63º67.5%52.94%-
HSV(B)269.63º75%84.71%-
XYZ23.5512.6666.17-
YUV96.39195.5154.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 216 (84.77% from 255) = 53.47%
R=33.17%
G=13.37%
B=53.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134542160.380.7500.15269.6367.552.94
Hex8636D8264B0F10e4435
Octal206663304611301741610465
Binary10000110110110110110001001101001011011111000011101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8636D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8636D8; }

 p { color: rgb(134,54,216); }

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

<style>
 a { background-color: #8636D8; }

 a { background-color: rgb(134,54,216); }

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

<style>
 span { border-color: #8636D8; }

 span { border-color: rgb(134,54,216); }

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