#8F35F3

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

Shades of Blue Violet #8F35F3

Tints of Blue Violet #8F35F3

Color information

#8F35F3 (or 0x8F35F3) is unknown color: approx Blue Violet. HEX triplet: 8F, 35 and F3. RGB value is (143,53,243). Sum of RGB (Red+Green+Blue) = 143+53+243=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F35F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F35F3 is #70CA0C. Grayscale: #646464. Windows color (decimal): -7391757 or 15938959. OLE color: 15938959.

HSL color Cylindrical-coordinate representation of color #8F35F3: hue angle of 268.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F35F3 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14353243-
CMYK0.410.7800.05
HSL268.42º88.79%58.04%-
HSV(B)268.42º78.19%95.29%-
XYZ28.7814.8686.14-
YUV101.57207.82157.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 243 (95.31% from 255) = 55.35%
R=32.57%
G=12.07%
B=55.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal143532430.410.7800.05268.4288.7958.04
Hex8F35F3294E0510c593a
Octal21765363511160541413172
Binary1000111111010111110011101001100111001011000011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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