#8A378B

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

Shades of Vivid Violet #8A378B

Tints of Vivid Violet #8A378B

Color information

#8A378B (or 0x8A378B) is unknown color: approx Vivid Violet. HEX triplet: 8A, 37 and 8B. RGB value is (138,55,139). Sum of RGB (Red+Green+Blue) = 138+55+139=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A378B is #75C874. Grayscale: #595959. Windows color (decimal): -7719029 or 9123722. OLE color: 9123722.

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

Color convert

RGB13855139-
CMYK0.010.6000.45
HSL299.29º43.3%38.04%-
HSV(B)299.29º60.43%54.51%-
XYZ16.511025.49-
YUV89.39156162.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=41.57%
G=16.57%
B=41.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138551390.010.6000.45299.2943.338.04
Hex8A378B13C02D12b2b26
Octal212672131740554535346
Binary100010101101111000101111111000101101100101011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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