#8A358B

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

Shades of Vivid Violet #8A358B

Tints of Vivid Violet #8A358B

Color information

#8A358B (or 0x8A358B) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 8B. RGB value is (138,53,139). Sum of RGB (Red+Green+Blue) = 138+53+139=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A358B is #75CA74. Grayscale: #575757. Windows color (decimal): -7719541 or 9123210. OLE color: 9123210.

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

Color convert

RGB13853139-
CMYK0.010.6200.45
HSL299.3º44.79%37.65%-
HSV(B)299.3º61.87%54.51%-
XYZ16.419.8125.46-
YUV88.22156.66163.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=41.82%
G=16.06%
B=42.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138531390.010.6200.45299.344.7937.65
Hex8A358B13E02D12b2d26
Octal212652131760554535546
Binary100010101101011000101111111100101101100101011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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