#8D28D6

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

Shades of Blue Violet #8D28D6

Tints of Blue Violet #8D28D6

Color information

#8D28D6 (or 0x8D28D6) is unknown color: approx Blue Violet. HEX triplet: 8D, 28 and D6. RGB value is (141,40,214). Sum of RGB (Red+Green+Blue) = 141+40+214=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D28D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28D6 is #72D729. Grayscale: #595959. Windows color (decimal): -7526186 or 14035085. OLE color: 14035085.

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

Color convert

RGB14140214-
CMYK0.340.8100.16
HSL274.83º68.5%49.8%-
HSV(B)274.83º81.31%83.92%-
XYZ23.8812.0464.68-
YUV90.04197.96164.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 214 (83.98% from 255) = 54.18%
R=35.70%
G=10.13%
B=54.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141402140.340.8100.16274.8368.549.8
Hex8D28D622510101134532
Octal215503264212102042310562
Binary100011011010001101011010001010100010100001000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D28D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,40,214); }

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

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

 a { background-color: rgb(141,40,214); }

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

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

 span { border-color: rgb(141,40,214); }

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