#8A398B

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

Shades of Vivid Violet #8A398B

Tints of Vivid Violet #8A398B

Color information

#8A398B (or 0x8A398B) is unknown color: approx Vivid Violet. HEX triplet: 8A, 39 and 8B. RGB value is (138,57,139). Sum of RGB (Red+Green+Blue) = 138+57+139=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A398B is #75C674. Grayscale: #5A5A5A. Windows color (decimal): -7718517 or 9124234. OLE color: 9124234.

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

Color convert

RGB13857139-
CMYK0.010.5900.45
HSL299.27º41.84%38.43%-
HSV(B)299.27º58.99%54.51%-
XYZ16.610.1925.52-
YUV90.57155.34161.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=41.32%
G=17.07%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138571390.010.5900.45299.2741.8438.43
Hex8A398B13B02D12b2a26
Octal212712131730554535246
Binary100010101110011000101111110110101101100101011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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