#8F3DDE

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

Shades of Blue Violet #8F3DDE

Tints of Blue Violet #8F3DDE

Color information

#8F3DDE (or 0x8F3DDE) is unknown color: approx Blue Violet. HEX triplet: 8F, 3D and DE. RGB value is (143,61,222). Sum of RGB (Red+Green+Blue) = 143+61+222=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3DDE is #70C221. Grayscale: #676767. Windows color (decimal): -7389730 or 14564751. OLE color: 14564751.

HSL color Cylindrical-coordinate representation of color #8F3DDE: hue angle of 270.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3DDE is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14361222-
CMYK0.360.7300.13
HSL270.56º70.93%55.49%-
HSV(B)270.56º72.52%87.06%-
XYZ26.1814.4570.52-
YUV103.87194.67155.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=33.57%
G=14.32%
B=52.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143612220.360.7300.13270.5670.9355.49
Hex8F3DDE24490D10f4737
Octal217753364411101541710767
Binary10001111111101110111101001001001001011011000011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,61,222); }

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

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

 a { background-color: rgb(143,61,222); }

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

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

 span { border-color: rgb(143,61,222); }

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