#8D2FEB

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

Shades of Blue Violet #8D2FEB

Tints of Blue Violet #8D2FEB

Color information

#8D2FEB (or 0x8D2FEB) is unknown color: approx Blue Violet. HEX triplet: 8D, 2F and EB. RGB value is (141,47,235). Sum of RGB (Red+Green+Blue) = 141+47+235=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2FEB is #72D014. Grayscale: #5F5F5F. Windows color (decimal): -7524373 or 15413133. OLE color: 15413133.

HSL color Cylindrical-coordinate representation of color #8D2FEB: hue angle of 270º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D2FEB is Cyan = 0.4, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14147235-
CMYK0.40.800.08
HSL270º82.46%55.29%-
HSV(B)270º80%92.16%-
XYZ2713.6979.82-
YUV96.54206.14159.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 11.11%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141472350.40.800.0827082.4655.29
Hex8D2FEB28500810e5237
Octal215573535012001041612267
Binary10001101101111111010111010001010000010001000011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,47,235); }

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

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

 a { background-color: rgb(141,47,235); }

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

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

 span { border-color: rgb(141,47,235); }

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