#8A2398

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

Shades of Vivid Violet #8A2398

Tints of Vivid Violet #8A2398

Color information

#8A2398 (or 0x8A2398) is unknown color: approx Vivid Violet. HEX triplet: 8A, 23 and 98. RGB value is (138,35,152). Sum of RGB (Red+Green+Blue) = 138+35+152=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2398 is #75DC67. Grayscale: #4E4E4E. Windows color (decimal): -7724136 or 9970570. OLE color: 9970570.

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

Color convert

RGB13835152-
CMYK0.090.7700.40
HSL292.82º62.57%36.67%-
HSV(B)292.82º76.97%59.61%-
XYZ16.758.8730.54-
YUV79.14169.12169.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 35 (14.06% from 255) = 10.77%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=42.46%
G=10.77%
B=46.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138351520.090.7700.40292.8262.5736.67
Hex8A239894D0281253f25
Octal21243230111150504457745
Binary1000101010001110011000100110011010101000100100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,35,152); }

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

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

 a { background-color: rgb(138,35,152); }

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

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

 span { border-color: rgb(138,35,152); }

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