#8F35E1

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

Shades of Blue Violet #8F35E1

Tints of Blue Violet #8F35E1

Color information

#8F35E1 (or 0x8F35E1) is unknown color: approx Blue Violet. HEX triplet: 8F, 35 and E1. RGB value is (143,53,225). Sum of RGB (Red+Green+Blue) = 143+53+225=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F35E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35E1 is #70CA1E. Grayscale: #626262. Windows color (decimal): -7391775 or 14759311. OLE color: 14759311.

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

Color convert

RGB14353225-
CMYK0.360.7600.12
HSL271.4º74.14%54.51%-
HSV(B)271.4º76.44%88.24%-
XYZ26.1913.8272.52-
YUV99.52198.82159.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=33.97%
G=12.59%
B=53.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143532250.360.7600.12271.474.1454.51
Hex8F35E1244C0C10f4a37
Octal217653414411401441711267
Binary10001111110101111000011001001001100011001000011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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