#8F34D8

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

Shades of Blue Violet #8F34D8

Tints of Blue Violet #8F34D8

Color information

#8F34D8 (or 0x8F34D8) is unknown color: approx Blue Violet. HEX triplet: 8F, 34 and D8. RGB value is (143,52,216). Sum of RGB (Red+Green+Blue) = 143+52+216=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F34D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34D8 is #70CB27. Grayscale: #616161. Windows color (decimal): -7392040 or 14169231. OLE color: 14169231.

HSL color Cylindrical-coordinate representation of color #8F34D8: hue angle of 273.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F34D8 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14352216-
CMYK0.340.7600.15
HSL273.29º67.77%52.55%-
HSV(B)273.29º75.93%84.71%-
XYZ24.9513.2566.21-
YUV97.9194.65160.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 216 (84.77% from 255) = 52.55%
R=34.79%
G=12.65%
B=52.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143522160.340.7600.15273.2967.7752.55
Hex8F34D8224C0F1114435
Octal217643304211401742110465
Binary10001111110100110110001000101001100011111000100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F34D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,216); }

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

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

 a { background-color: rgb(143,52,216); }

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

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

 span { border-color: rgb(143,52,216); }

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