#8B3BE0

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

Shades of Blue Violet #8B3BE0

Tints of Blue Violet #8B3BE0

Color information

#8B3BE0 (or 0x8B3BE0) is unknown color: approx Blue Violet. HEX triplet: 8B, 3B and E0. RGB value is (139,59,224). Sum of RGB (Red+Green+Blue) = 139+59+224=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BE0 is #74C41F. Grayscale: #656565. Windows color (decimal): -7652384 or 14695307. OLE color: 14695307.

HSL color Cylindrical-coordinate representation of color #8B3BE0: hue angle of 269.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3BE0 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13959224-
CMYK0.380.7400.12
HSL269.09º72.69%55.49%-
HSV(B)269.09º73.66%87.84%-
XYZ25.671471.87-
YUV101.73197154.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 59 (23.44% from 255) = 13.98%
BLUE value IS 224 (87.89% from 255) = 53.08%
R=32.94%
G=13.98%
B=53.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139592240.380.7400.12269.0972.6955.49
Hex8B3BE0264A0C10d4937
Octal213733404611201441511167
Binary10001011111011111000001001101001010011001000011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,59,224); }

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

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

 a { background-color: rgb(139,59,224); }

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

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

 span { border-color: rgb(139,59,224); }

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