#8D29EE

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

Shades of Blue Violet #8D29EE

Tints of Blue Violet #8D29EE

Color information

#8D29EE (or 0x8D29EE) is unknown color: approx Blue Violet. HEX triplet: 8D, 29 and EE. RGB value is (141,41,238). Sum of RGB (Red+Green+Blue) = 141+41+238=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D29EE is #72D611. Grayscale: #5C5C5C. Windows color (decimal): -7525906 or 15608205. OLE color: 15608205.

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

Color convert

RGB14141238-
CMYK0.410.8300.07
HSL270.46º85.28%54.71%-
HSV(B)270.46º82.77%93.33%-
XYZ27.2113.4282.05-
YUV93.36209.63161.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 41 (16.41% from 255) = 9.76%
BLUE value IS 238 (93.36% from 255) = 56.67%
R=33.57%
G=9.76%
B=56.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141412380.410.8300.07270.4685.2854.71
Hex8D29EE29530710e5537
Octal21551356511230741612567
Binary1000110110100111101110101001101001101111000011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D29EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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