#8F33D8

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

Shades of Blue Violet #8F33D8

Tints of Blue Violet #8F33D8

Color information

#8F33D8 (or 0x8F33D8) is unknown color: approx Blue Violet. HEX triplet: 8F, 33 and D8. RGB value is (143,51,216). Sum of RGB (Red+Green+Blue) = 143+51+216=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F33D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33D8 is #70CC27. Grayscale: #606060. Windows color (decimal): -7392296 or 14168975. OLE color: 14168975.

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

Color convert

RGB14351216-
CMYK0.340.7600.15
HSL273.45º67.9%52.35%-
HSV(B)273.45º76.39%84.71%-
XYZ24.9113.1766.19-
YUV97.32194.98160.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 216 (84.77% from 255) = 52.68%
R=34.88%
G=12.44%
B=52.68%

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
Decimal143512160.340.7600.15273.4567.952.35
Hex8F33D8224C0F1114434
Octal217633304211401742110464
Binary10001111110011110110001000101001100011111000100011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F33D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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