#8A259D

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

Shades of Vivid Violet #8A259D

Tints of Vivid Violet #8A259D

Color information

#8A259D (or 0x8A259D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 25 and 9D. RGB value is (138,37,157). Sum of RGB (Red+Green+Blue) = 138+37+157=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A259D is #75DA62. Grayscale: #505050. Windows color (decimal): -7723619 or 10298762. OLE color: 10298762.

HSL color Cylindrical-coordinate representation of color #8A259D: hue angle of 290.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A259D is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13837157-
CMYK0.120.7600.38
HSL290.5º61.86%38.04%-
HSV(B)290.5º76.43%61.57%-
XYZ17.239.1632.76-
YUV80.88170.96168.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=41.57%
G=11.14%
B=47.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138371570.120.7600.38290.561.8638.04
Hex8A259DC4C0261223e26
Octal21245235141140464427646
Binary1000101010010110011101110010011000100110100100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,37,157); }

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

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

 a { background-color: rgb(138,37,157); }

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

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

 span { border-color: rgb(138,37,157); }

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