#8D4CEE

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

Shades of Blue Violet #8D4CEE

Tints of Blue Violet #8D4CEE

Color information

#8D4CEE (or 0x8D4CEE) is unknown color: approx Blue Violet. HEX triplet: 8D, 4C and EE. RGB value is (141,76,238). Sum of RGB (Red+Green+Blue) = 141+76+238=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CEE is #72B311. Grayscale: #717171. Windows color (decimal): -7516946 or 15617165. OLE color: 15617165.

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

Color convert

RGB14176238-
CMYK0.410.6800.07
HSL264.07º82.65%61.57%-
HSV(B)264.07º68.07%93.33%-
XYZ291782.64-
YUV113.9198.03147.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 238 (93.36% from 255) = 52.31%
R=30.99%
G=16.70%
B=52.31%

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
Decimal141762380.410.6800.07264.0782.6561.57
Hex8D4CEE294407108533e
Octal215114356511040741012376
Binary10001101100110011101110101001100010001111000010001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,238); }

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

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

 a { background-color: rgb(141,76,238); }

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

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

 span { border-color: rgb(141,76,238); }

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