#8D29E1

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

Shades of Blue Violet #8D29E1

Tints of Blue Violet #8D29E1

Color information

#8D29E1 (or 0x8D29E1) is unknown color: approx Blue Violet. HEX triplet: 8D, 29 and E1. RGB value is (141,41,225). Sum of RGB (Red+Green+Blue) = 141+41+225=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D29E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29E1 is #72D61E. Grayscale: #5B5B5B. Windows color (decimal): -7525919 or 14756237. OLE color: 14756237.

HSL color Cylindrical-coordinate representation of color #8D29E1: hue angle of 272.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D29E1 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14141225-
CMYK0.370.8200.12
HSL272.61º75.41%52.16%-
HSV(B)272.61º81.78%88.24%-
XYZ25.3712.6872.35-
YUV91.88203.13163.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 41 (16.41% from 255) = 10.07%
BLUE value IS 225 (88.28% from 255) = 55.28%
R=34.64%
G=10.07%
B=55.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141412250.370.8200.12272.6175.4152.16
Hex8D29E125520C1114b34
Octal215513414512201442111364
Binary10001101101001111000011001011010010011001000100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D29E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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