#8C3AEE

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

Shades of Blue Violet #8C3AEE

Tints of Blue Violet #8C3AEE

Color information

#8C3AEE (or 0x8C3AEE) is unknown color: approx Blue Violet. HEX triplet: 8C, 3A and EE. RGB value is (140,58,238). Sum of RGB (Red+Green+Blue) = 140+58+238=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AEE is #73C511. Grayscale: #666666. Windows color (decimal): -7587090 or 15612556. OLE color: 15612556.

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

Color convert

RGB14058238-
CMYK0.410.7600.07
HSL267.33º84.11%58.04%-
HSV(B)267.33º75.63%93.33%-
XYZ27.7614.7782.28-
YUV103.04204.17154.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=32.11%
G=13.30%
B=54.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140582380.410.7600.07267.3384.1158.04
Hex8C3AEE294C0710b543a
Octal21472356511140741312472
Binary1000110011101011101110101001100110001111000010111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,58,238); }

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

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

 a { background-color: rgb(140,58,238); }

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

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

 span { border-color: rgb(140,58,238); }

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