#8A3A8B

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

Shades of Vivid Violet #8A3A8B

Tints of Vivid Violet #8A3A8B

Color information

#8A3A8B (or 0x8A3A8B) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3A and 8B. RGB value is (138,58,139). Sum of RGB (Red+Green+Blue) = 138+58+139=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A3A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3A8B is #75C574. Grayscale: #5A5A5A. Windows color (decimal): -7718261 or 9124490. OLE color: 9124490.

HSL color Cylindrical-coordinate representation of color #8A3A8B: hue angle of 299.26º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A8B is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13858139-
CMYK0.010.5800.45
HSL299.26º41.12%38.63%-
HSV(B)299.26º58.27%54.51%-
XYZ16.6510.2925.54-
YUV91.15155161.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=41.19%
G=17.31%
B=41.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138581390.010.5800.45299.2641.1238.63
Hex8A3A8B13A02D12b2927
Octal212722131720554535147
Binary100010101110101000101111110100101101100101011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,139); }

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

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

 a { background-color: rgb(138,58,139); }

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

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

 span { border-color: rgb(138,58,139); }

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