#8D3BE1

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

Shades of Blue Violet #8D3BE1

Tints of Blue Violet #8D3BE1

Color information

#8D3BE1 (or 0x8D3BE1) is unknown color: approx Blue Violet. HEX triplet: 8D, 3B and E1. RGB value is (141,59,225). Sum of RGB (Red+Green+Blue) = 141+59+225=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BE1 is #72C41E. Grayscale: #656565. Windows color (decimal): -7521311 or 14760845. OLE color: 14760845.

HSL color Cylindrical-coordinate representation of color #8D3BE1: hue angle of 269.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3BE1 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14159225-
CMYK0.370.7400.12
HSL269.64º73.45%55.69%-
HSV(B)269.64º73.78%88.24%-
XYZ26.1414.2372.6-
YUV102.44197.17155.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=33.18%
G=13.88%
B=52.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141592250.370.7400.12269.6473.4555.69
Hex8D3BE1254A0C10e4938
Octal215733414511201441611170
Binary10001101111011111000011001011001010011001000011101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,59,225); }

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

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

 a { background-color: rgb(141,59,225); }

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

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

 span { border-color: rgb(141,59,225); }

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