#8F26AC

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

Shades of Vivid Violet #8F26AC

Tints of Vivid Violet #8F26AC

Color information

#8F26AC (or 0x8F26AC) is unknown color: approx Vivid Violet. HEX triplet: 8F, 26 and AC. RGB value is (143,38,172). Sum of RGB (Red+Green+Blue) = 143+38+172=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F26AC is #70D953. Grayscale: #545454. Windows color (decimal): -7395668 or 11282063. OLE color: 11282063.

HSL color Cylindrical-coordinate representation of color #8F26AC: hue angle of 287.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F26AC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14338172-
CMYK0.170.7800.33
HSL287.01º63.81%41.18%-
HSV(B)287.01º77.91%67.45%-
XYZ19.4710.239.97-
YUV84.67177.29169.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 38 (15.23% from 255) = 10.76%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=40.51%
G=10.76%
B=48.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143381720.170.7800.33287.0163.8141.18
Hex8F26AC114E02111f4029
Octal217462542111604143710051
Binary100011111001101010110010001100111001000011000111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,38,172); }

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

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

 a { background-color: rgb(143,38,172); }

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

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

 span { border-color: rgb(143,38,172); }

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