#8B428A

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

Shades of Vivid Violet #8B428A

Tints of Vivid Violet #8B428A

Color information

#8B428A (or 0x8B428A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 42 and 8A. RGB value is (139,66,138). Sum of RGB (Red+Green+Blue) = 139+66+138=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B428A is #74BD75. Grayscale: #5F5F5F. Windows color (decimal): -7650678 or 9061003. OLE color: 9061003.

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

Color convert

RGB13966138-
CMYK00.530.010.45
HSL300.82º35.61%40.2%-
HSV(B)300.82º52.52%54.51%-
XYZ17.1811.2225.3-
YUV96.04151.68158.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=40.52%
G=19.24%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396613800.530.010.45300.8235.6140.2
Hex8B428A03512D12d2428
Octal2131022120651554554450
Binary1000101110000101000101001101011101101100101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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