#8636DB

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

Shades of Blue Violet #8636DB

Tints of Blue Violet #8636DB

Color information

#8636DB (or 0x8636DB) is unknown color: approx Blue Violet. HEX triplet: 86, 36 and DB. RGB value is (134,54,219). Sum of RGB (Red+Green+Blue) = 134+54+219=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #8636DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636DB is #79C924. Grayscale: #606060. Windows color (decimal): -7981349 or 14366342. OLE color: 14366342.

HSL color Cylindrical-coordinate representation of color #8636DB: hue angle of 269.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8636DB is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13454219-
CMYK0.390.7500.14
HSL269.09º69.62%53.53%-
HSV(B)269.09º75.34%85.88%-
XYZ23.9412.8268.23-
YUV96.73197154.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 54 (21.48% from 255) = 13.27%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=32.92%
G=13.27%
B=53.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134542190.390.7500.14269.0969.6253.53
Hex8636DB274B0E10d4636
Octal206663334711301641510666
Binary10000110110110110110111001111001011011101000011011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8636DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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