#8B44EA

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

Shades of Blue Violet #8B44EA

Tints of Blue Violet #8B44EA

Color information

#8B44EA (or 0x8B44EA) is unknown color: approx Blue Violet. HEX triplet: 8B, 44 and EA. RGB value is (139,68,234). Sum of RGB (Red+Green+Blue) = 139+68+234=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B44EA is #74BB15. Grayscale: #6B6B6B. Windows color (decimal): -7650070 or 15352971. OLE color: 15352971.

HSL color Cylindrical-coordinate representation of color #8B44EA: hue angle of 265.66º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B44EA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13968234-
CMYK0.410.7100.08
HSL265.66º79.81%59.22%-
HSV(B)265.66º70.94%91.76%-
XYZ27.5715.5679.39-
YUV108.15199.02150-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=31.52%
G=15.42%
B=53.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139682340.410.7100.08265.6679.8159.22
Hex8B44EA29470810a503b
Octal2131043525110701041212073
Binary100010111000100111010101010011000111010001000010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B44EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,234); }

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

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

 a { background-color: rgb(139,68,234); }

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

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

 span { border-color: rgb(139,68,234); }

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