#8D3FFF

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

Shades of Blue Violet #8D3FFF

Tints of Blue Violet #8D3FFF

Color information

#8D3FFF (or 0x8D3FFF) is unknown color: approx Blue Violet. HEX triplet: 8D, 3F and FF. RGB value is (141,63,255). Sum of RGB (Red+Green+Blue) = 141+63+255=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3FFF is #72C000. Grayscale: #6B6B6B. Windows color (decimal): -7520257 or 16727949. OLE color: 16727949.

HSL color Cylindrical-coordinate representation of color #8D3FFF: hue angle of 264.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3FFF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14163255-
CMYK0.450.7500
HSL264.38º100%62.35%-
HSV(B)264.38º75.29%100%-
XYZ30.8116.4496.16-
YUV108.21210.84151.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 255 (100% from 255) = 55.56%
R=30.72%
G=13.73%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141632550.450.7500264.3810062.35
Hex8D3FFF2D4B00108643e
Octal21577377551130041014476
Binary10001101111111111111111011011001011001000010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,255); }

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

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

 a { background-color: rgb(141,63,255); }

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

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

 span { border-color: rgb(141,63,255); }

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