#8d1dd0

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

Shades of Blue Violet #8D1DD0

Tints of Blue Violet #8D1DD0

Color information

#8D1DD0 (or 0x8D1DD0) is unknown color: approx Blue Violet. HEX triplet: 8D, 1D and D0. RGB value is (141,29,208). Sum of RGB (Red+Green+Blue) = 141+29+208=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D1DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DD0 is #72E22F. Grayscale: #525252. Windows color (decimal): -7529008 or 13639053. OLE color: 13639053.

HSL color Cylindrical-coordinate representation of color #8D1DD0: hue angle of 277.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1DD0 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14129208-
CMYK0.320.8600.18
HSL277.54º75.53%46.47%-
HSV(B)277.54º86.06%81.57%-
XYZ22.8111.160.61-
YUV82.89198.61169.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 29 (11.72% from 255) = 7.67%
BLUE value IS 208 (81.64% from 255) = 55.03%
R=37.30%
G=7.67%
B=55.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141292080.320.8600.18277.5475.5346.47
Hex8D1DD020560121164c2e
Octal215353204012602242611456
Binary10001101111011101000010000010101100100101000101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,29,208); }

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

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

 a { background-color: rgb(141,29,208); }

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

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

 span { border-color: rgb(141,29,208); }

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