#8D48D7

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

Shades of Blue Violet #8D48D7

Tints of Blue Violet #8D48D7

Color information

#8D48D7 (or 0x8D48D7) is unknown color: approx Blue Violet. HEX triplet: 8D, 48 and D7. RGB value is (141,72,215). Sum of RGB (Red+Green+Blue) = 141+72+215=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D48D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D48D7 is #72B728. Grayscale: #6C6C6C. Windows color (decimal): -7517993 or 14108813. OLE color: 14108813.

HSL color Cylindrical-coordinate representation of color #8D48D7: hue angle of 268.95º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D48D7 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14172215-
CMYK0.340.6700.16
HSL268.95º64.13%56.27%-
HSV(B)268.95º66.51%84.31%-
XYZ25.5715.265.88-
YUV108.93187.86150.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 215 (84.38% from 255) = 50.23%
R=32.94%
G=16.82%
B=50.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141722150.340.6700.16268.9564.1356.27
Hex8D48D7224301010d4038
Octal2151103274210302041510070
Binary1000110110010001101011110001010000110100001000011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,215); }

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

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

 a { background-color: rgb(141,72,215); }

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

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

 span { border-color: rgb(141,72,215); }

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