#8A3295

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

Shades of Vivid Violet #8A3295

Tints of Vivid Violet #8A3295

Color information

#8A3295 (or 0x8A3295) is unknown color: approx Vivid Violet. HEX triplet: 8A, 32 and 95. RGB value is (138,50,149). Sum of RGB (Red+Green+Blue) = 138+50+149=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A3295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3295 is #75CD6A. Grayscale: #575757. Windows color (decimal): -7720299 or 9777802. OLE color: 9777802.

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

Color convert

RGB13850149-
CMYK0.070.6600.42
HSL293.33º49.75%39.02%-
HSV(B)293.33º66.44%58.43%-
XYZ17.059.8529.44-
YUV87.6162.65163.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=40.95%
G=14.84%
B=44.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138501490.070.6600.42293.3349.7539.02
Hex8A329574202A1253227
Octal2126222571020524456247
Binary100010101100101001010111110000100101010100100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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