#8A288E

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

Shades of Vivid Violet #8A288E

Tints of Vivid Violet #8A288E

Color information

#8A288E (or 0x8A288E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 28 and 8E. RGB value is (138,40,142). Sum of RGB (Red+Green+Blue) = 138+40+142=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A288E is #75D771. Grayscale: #505050. Windows color (decimal): -7722866 or 9316490. OLE color: 9316490.

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

Color convert

RGB13840142-
CMYK0.030.7200.44
HSL297.65º56.04%35.69%-
HSV(B)297.65º71.83%55.69%-
XYZ16.128.8726.45-
YUV80.93162.47168.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=43.12%
G=12.5%
B=44.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138401420.030.7200.44297.6556.0435.69
Hex8A288E34802C12a3824
Octal2125021631100544527044
Binary10001010101000100011101110010000101100100101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,142); }

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

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

 a { background-color: rgb(138,40,142); }

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

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

 span { border-color: rgb(138,40,142); }

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