#8B4ADA

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

Shades of Blue Violet #8B4ADA

Tints of Blue Violet #8B4ADA

Color information

#8B4ADA (or 0x8B4ADA) is unknown color: approx Blue Violet. HEX triplet: 8B, 4A and DA. RGB value is (139,74,218). Sum of RGB (Red+Green+Blue) = 139+74+218=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ADA is #74B525. Grayscale: #6D6D6D. Windows color (decimal): -7648550 or 14305931. OLE color: 14305931.

HSL color Cylindrical-coordinate representation of color #8B4ADA: hue angle of 267.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4ADA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13974218-
CMYK0.360.6600.15
HSL267.08º66.06%57.25%-
HSV(B)267.08º66.06%85.49%-
XYZ25.7515.4567.95-
YUV109.85189.03148.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=32.25%
G=17.17%
B=50.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139742180.360.6600.15267.0866.0657.25
Hex8B4ADA24420F10b4239
Octal2131123324410201741310271
Binary100010111001010110110101001001000010011111000010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,218); }

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

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

 a { background-color: rgb(139,74,218); }

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

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

 span { border-color: rgb(139,74,218); }

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