#8B36DB

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

Shades of Blue Violet #8B36DB

Tints of Blue Violet #8B36DB

Color information

#8B36DB (or 0x8B36DB) is unknown color: approx Blue Violet. HEX triplet: 8B, 36 and DB. RGB value is (139,54,219). Sum of RGB (Red+Green+Blue) = 139+54+219=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36DB is #74C924. Grayscale: #616161. Windows color (decimal): -7653669 or 14366347. OLE color: 14366347.

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

Color convert

RGB13954219-
CMYK0.370.7500.14
HSL270.91º69.62%53.53%-
HSV(B)270.91º75.34%85.88%-
XYZ24.7513.2468.27-
YUV98.22196.16157.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 54 (21.48% from 255) = 13.11%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=33.74%
G=13.11%
B=53.16%

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
Decimal139542190.370.7500.14270.9169.6253.53
Hex8B36DB254B0E10f4636
Octal213663334511301641710666
Binary10001011110110110110111001011001011011101000011111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B36DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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