#8D35F9

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

Shades of Blue Violet #8D35F9

Tints of Blue Violet #8D35F9

Color information

#8D35F9 (or 0x8D35F9) is unknown color: approx Blue Violet. HEX triplet: 8D, 35 and F9. RGB value is (141,53,249). Sum of RGB (Red+Green+Blue) = 141+53+249=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D35F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35F9 is #72CA06. Grayscale: #646464. Windows color (decimal): -7522823 or 16332173. OLE color: 16332173.

HSL color Cylindrical-coordinate representation of color #8D35F9: hue angle of 266.94º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D35F9 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14153249-
CMYK0.430.7900.02
HSL266.94º94.23%59.22%-
HSV(B)266.94º78.71%97.65%-
XYZ29.3615.0590.98-
YUV101.66211.15156.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 53 (21.09% from 255) = 11.96%
BLUE value IS 249 (97.66% from 255) = 56.21%
R=31.83%
G=11.96%
B=56.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141532490.430.7900.02266.9494.2359.22
Hex8D35F92B4F0210b5e3b
Octal21565371531170241313673
Binary100011011101011111100110101110011110101000010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D35F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,53,249); }

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

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

 a { background-color: rgb(141,53,249); }

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

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

 span { border-color: rgb(141,53,249); }

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