#8F35ED

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

Shades of Blue Violet #8F35ED

Tints of Blue Violet #8F35ED

Color information

#8F35ED (or 0x8F35ED) is unknown color: approx Blue Violet. HEX triplet: 8F, 35 and ED. RGB value is (143,53,237). Sum of RGB (Red+Green+Blue) = 143+53+237=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F35ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F35ED is #70CA12. Grayscale: #646464. Windows color (decimal): -7391763 or 15545743. OLE color: 15545743.

HSL color Cylindrical-coordinate representation of color #8F35ED: hue angle of 269.35º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F35ED is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14353237-
CMYK0.400.7800.07
HSL269.35º83.64%56.86%-
HSV(B)269.35º77.64%92.94%-
XYZ27.8914.581.45-
YUV100.89204.82158.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=33.03%
G=12.24%
B=54.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143532370.400.7800.07269.3583.6456.86
Hex8F35ED284E0710d5439
Octal21765355501160741512471
Binary1000111111010111101101101000100111001111000011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,53,237); }

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

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

 a { background-color: rgb(143,53,237); }

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

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

 span { border-color: rgb(143,53,237); }

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