#8A36DB

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

Shades of Blue Violet #8A36DB

Tints of Blue Violet #8A36DB

Color information

#8A36DB (or 0x8A36DB) is unknown color: approx Blue Violet. HEX triplet: 8A, 36 and DB. RGB value is (138,54,219). Sum of RGB (Red+Green+Blue) = 138+54+219=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A36DB is #75C924. Grayscale: #616161. Windows color (decimal): -7719205 or 14366346. OLE color: 14366346.

HSL color Cylindrical-coordinate representation of color #8A36DB: hue angle of 270.55º 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 #8A36DB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13854219-
CMYK0.370.7500.14
HSL270.55º69.62%53.53%-
HSV(B)270.55º75.34%85.88%-
XYZ24.5913.1668.26-
YUV97.93196.33156.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=33.58%
G=13.14%
B=53.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138542190.370.7500.14270.5569.6253.53
Hex8A36DB254B0E10f4636
Octal212663334511301641710666
Binary10001010110110110110111001011001011011101000011111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A36DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A36DB; }

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

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

<style>
 a { background-color: #8A36DB; }

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

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

<style>
 span { border-color: #8A36DB; }

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

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