#8D38D8

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

Shades of Blue Violet #8D38D8

Tints of Blue Violet #8D38D8

Color information

#8D38D8 (or 0x8D38D8) is unknown color: approx Blue Violet. HEX triplet: 8D, 38 and D8. RGB value is (141,56,216). Sum of RGB (Red+Green+Blue) = 141+56+216=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D38D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38D8 is #72C727. Grayscale: #636363. Windows color (decimal): -7522088 or 14170253. OLE color: 14170253.

HSL color Cylindrical-coordinate representation of color #8D38D8: hue angle of 271.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D38D8 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14156216-
CMYK0.350.7400.15
HSL271.88º67.23%53.33%-
HSV(B)271.88º74.07%84.71%-
XYZ24.7913.4566.25-
YUV99.66193.66157.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 56 (22.27% from 255) = 13.56%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=34.14%
G=13.56%
B=52.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141562160.350.7400.15271.8867.2353.33
Hex8D38D8234A0F1104335
Octal215703304311201742010365
Binary10001101111000110110001000111001010011111000100001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D38D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,56,216); }

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

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

 a { background-color: rgb(141,56,216); }

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

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

 span { border-color: rgb(141,56,216); }

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