#8D3CF8

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

Shades of Blue Violet #8D3CF8

Tints of Blue Violet #8D3CF8

Color information

#8D3CF8 (or 0x8D3CF8) is unknown color: approx Blue Violet. HEX triplet: 8D, 3C and F8. RGB value is (141,60,248). Sum of RGB (Red+Green+Blue) = 141+60+248=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D3CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CF8 is #72C307. Grayscale: #686868. Windows color (decimal): -7521032 or 16268429. OLE color: 16268429.

HSL color Cylindrical-coordinate representation of color #8D3CF8: hue angle of 265.85º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D3CF8 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14160248-
CMYK0.430.7600.03
HSL265.85º93.07%60.39%-
HSV(B)265.85º75.81%97.25%-
XYZ29.5415.6790.27-
YUV105.65208.34153.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 248 (97.27% from 255) = 55.23%
R=31.40%
G=13.36%
B=55.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal141602480.430.7600.03265.8593.0760.39
Hex8D3CF82B4C0310a5d3c
Octal21574370531140341213574
Binary100011011111001111100010101110011000111000010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,248); }

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

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

 a { background-color: rgb(141,60,248); }

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

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

 span { border-color: rgb(141,60,248); }

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