#8F308A

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

Shades of Vivid Violet #8F308A

Tints of Vivid Violet #8F308A

Color information

#8F308A (or 0x8F308A) is unknown color: approx Vivid Violet. HEX triplet: 8F, 30 and 8A. RGB value is (143,48,138). Sum of RGB (Red+Green+Blue) = 143+48+138=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F308A is #70CF75. Grayscale: #565656. Windows color (decimal): -7393142 or 9056399. OLE color: 9056399.

HSL color Cylindrical-coordinate representation of color #8F308A: hue angle of 303.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F308A is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14348138-
CMYK00.660.030.44
HSL303.16º49.74%37.45%-
HSV(B)303.16º66.43%56.08%-
XYZ16.979.7925.04-
YUV86.66156.97168.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=43.47%
G=14.59%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434813800.660.030.44303.1649.7437.45
Hex8F308A04232C12f3225
Octal2176021201023544576245
Binary10001111110000100010100100001011101100100101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,138); }

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

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

 a { background-color: rgb(143,48,138); }

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

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

 span { border-color: rgb(143,48,138); }

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