#8B20D7

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

Shades of Blue Violet #8B20D7

Tints of Blue Violet #8B20D7

Color information

#8B20D7 (or 0x8B20D7) is unknown color: approx Blue Violet. HEX triplet: 8B, 20 and D7. RGB value is (139,32,215). Sum of RGB (Red+Green+Blue) = 139+32+215=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B20D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B20D7 is #74DF28. Grayscale: #545454. Windows color (decimal): -7659305 or 14098571. OLE color: 14098571.

HSL color Cylindrical-coordinate representation of color #8B20D7: hue angle of 275.08º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B20D7 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13932215-
CMYK0.350.8500.16
HSL275.08º74.09%48.43%-
HSV(B)275.08º85.12%84.31%-
XYZ23.4311.4365.26-
YUV84.86201.45166.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 32 (12.89% from 255) = 8.29%
BLUE value IS 215 (84.38% from 255) = 55.70%
R=36.01%
G=8.29%
B=55.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139322150.350.8500.16275.0874.0948.43
Hex8B20D723550101134a30
Octal213403274312502042311260
Binary100010111000001101011110001110101010100001000100111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B20D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,215); }

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

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

 a { background-color: rgb(139,32,215); }

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

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

 span { border-color: rgb(139,32,215); }

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