#8B42E1

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

Shades of Blue Violet #8B42E1

Tints of Blue Violet #8B42E1

Color information

#8B42E1 (or 0x8B42E1) is unknown color: approx Blue Violet. HEX triplet: 8B, 42 and E1. RGB value is (139,66,225). Sum of RGB (Red+Green+Blue) = 139+66+225=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B42E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B42E1 is #74BD1E. Grayscale: #696969. Windows color (decimal): -7650591 or 14762635. OLE color: 14762635.

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

Color convert

RGB13966225-
CMYK0.380.7100.12
HSL267.55º72.6%57.06%-
HSV(B)267.55º70.67%88.24%-
XYZ26.1914.8272.71-
YUV105.95195.18151.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 225 (88.28% from 255) = 52.33%
R=32.33%
G=15.35%
B=52.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139662250.380.7100.12267.5572.657.06
Hex8B42E126470C10c4939
Octal2131023414610701441411171
Binary100010111000010111000011001101000111011001000011001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B42E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,225); }

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

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

 a { background-color: rgb(139,66,225); }

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

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

 span { border-color: rgb(139,66,225); }

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