#8A2695

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

Shades of Vivid Violet #8A2695

Tints of Vivid Violet #8A2695

Color information

#8A2695 (or 0x8A2695) is unknown color: approx Vivid Violet. HEX triplet: 8A, 26 and 95. RGB value is (138,38,149). Sum of RGB (Red+Green+Blue) = 138+38+149=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2695 is #75D96A. Grayscale: #505050. Windows color (decimal): -7723371 or 9774730. OLE color: 9774730.

HSL color Cylindrical-coordinate representation of color #8A2695: hue angle of 294.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2695 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13838149-
CMYK0.070.7400.42
HSL294.05º59.36%36.67%-
HSV(B)294.05º74.5%58.43%-
XYZ16.68.9629.29-
YUV80.55166.63168.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=42.46%
G=11.69%
B=45.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138381490.070.7400.42294.0559.3636.67
Hex8A269574A02A1263b25
Octal2124622571120524467345
Binary100010101001101001010111110010100101010100100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,149); }

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

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

 a { background-color: rgb(138,38,149); }

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

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

 span { border-color: rgb(138,38,149); }

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