#8F239B

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

Shades of Vivid Violet #8F239B

Tints of Vivid Violet #8F239B

Color information

#8F239B (or 0x8F239B) is unknown color: approx Vivid Violet. HEX triplet: 8F, 23 and 9B. RGB value is (143,35,155). Sum of RGB (Red+Green+Blue) = 143+35+155=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F239B is #70DC64. Grayscale: #505050. Windows color (decimal): -7396453 or 10167183. OLE color: 10167183.

HSL color Cylindrical-coordinate representation of color #8F239B: hue angle of 294º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F239B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14335155-
CMYK0.080.7700.39
HSL294º63.16%37.25%-
HSV(B)294º77.42%60.78%-
XYZ17.859.4131.89-
YUV80.97169.78172.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.94%
GREEN value IS 35 (14.06% from 255) = 10.51%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=42.94%
G=10.51%
B=46.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143351550.080.7700.3929463.1637.25
Hex8F239B84D0271263f25
Octal21743233101150474467745
Binary1000111110001110011011100010011010100111100100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,35,155); }

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

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

 a { background-color: rgb(143,35,155); }

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

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

 span { border-color: rgb(143,35,155); }

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