#8B4BED

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

Shades of Blue Violet #8B4BED

Tints of Blue Violet #8B4BED

Color information

#8B4BED (or 0x8B4BED) is unknown color: approx Blue Violet. HEX triplet: 8B, 4B and ED. RGB value is (139,75,237). Sum of RGB (Red+Green+Blue) = 139+75+237=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4BED is #74B412. Grayscale: #707070. Windows color (decimal): -7648275 or 15551371. OLE color: 15551371.

HSL color Cylindrical-coordinate representation of color #8B4BED: hue angle of 263.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B4BED is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13975237-
CMYK0.410.6800.07
HSL263.7º81.82%61.18%-
HSV(B)263.7º68.35%92.94%-
XYZ28.4516.6481.83-
YUV112.6198.2146.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=30.82%
G=16.63%
B=52.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139752370.410.6800.07263.781.8261.18
Hex8B4BED294407108523d
Octal213113355511040741012275
Binary10001011100101111101101101001100010001111000010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,75,237); }

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

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

 a { background-color: rgb(139,75,237); }

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

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

 span { border-color: rgb(139,75,237); }

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