#8F38DF

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

Shades of Blue Violet #8F38DF

Tints of Blue Violet #8F38DF

Color information

#8F38DF (or 0x8F38DF) is unknown color: approx Blue Violet. HEX triplet: 8F, 38 and DF. RGB value is (143,56,223). Sum of RGB (Red+Green+Blue) = 143+56+223=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F38DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38DF is #70C720. Grayscale: #646464. Windows color (decimal): -7391009 or 14629007. OLE color: 14629007.

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

Color convert

RGB14356223-
CMYK0.360.7500.13
HSL271.26º72.29%54.71%-
HSV(B)271.26º74.89%87.45%-
XYZ26.061471.14-
YUV101.05196.82157.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=33.89%
G=13.27%
B=52.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143562230.360.7500.13271.2672.2954.71
Hex8F38DF244B0D10f4837
Octal217703374411301541711067
Binary10001111111000110111111001001001011011011000011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F38DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,56,223); }

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

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

 a { background-color: rgb(143,56,223); }

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

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

 span { border-color: rgb(143,56,223); }

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