#8f33e1

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

Shades of Blue Violet #8F33E1

Tints of Blue Violet #8F33E1

Color information

#8F33E1 (or 0x8F33E1) is unknown color: approx Blue Violet. HEX triplet: 8F, 33 and E1. RGB value is (143,51,225). Sum of RGB (Red+Green+Blue) = 143+51+225=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F33E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33E1 is #70CC1E. Grayscale: #616161. Windows color (decimal): -7392287 or 14758799. OLE color: 14758799.

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

Color convert

RGB14351225-
CMYK0.360.7700.12
HSL271.72º74.36%54.12%-
HSV(B)271.72º77.33%88.24%-
XYZ26.113.6472.49-
YUV98.34199.48159.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 225 (88.28% from 255) = 53.70%
R=34.13%
G=12.17%
B=53.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143512250.360.7700.12271.7274.3654.12
Hex8F33E1244D0C1104a36
Octal217633414411501442011266
Binary10001111110011111000011001001001101011001000100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f33e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,51,225); }

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

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

 a { background-color: rgb(143,51,225); }

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

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

 span { border-color: rgb(143,51,225); }

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