#8E2695

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

Shades of Vivid Violet #8E2695

Tints of Vivid Violet #8E2695

Color information

#8E2695 (or 0x8E2695) is unknown color: approx Vivid Violet. HEX triplet: 8E, 26 and 95. RGB value is (142,38,149). Sum of RGB (Red+Green+Blue) = 142+38+149=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2695 is #71D96A. Grayscale: #515151. Windows color (decimal): -7461227 or 9774734. OLE color: 9774734.

HSL color Cylindrical-coordinate representation of color #8E2695: hue angle of 296.22º 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 #8E2695 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14238149-
CMYK0.050.7400.42
HSL296.22º59.36%36.67%-
HSV(B)296.22º74.5%58.43%-
XYZ17.279.3129.32-
YUV81.75165.96170.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=43.16%
G=11.55%
B=45.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142381490.050.7400.42296.2259.3636.67
Hex8E269554A02A1283b25
Octal2164622551120524507345
Binary100011101001101001010110110010100101010100101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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