#8B28AA

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

Shades of Vivid Violet #8B28AA

Tints of Vivid Violet #8B28AA

Color information

#8B28AA (or 0x8B28AA) is unknown color: approx Vivid Violet. HEX triplet: 8B, 28 and AA. RGB value is (139,40,170). Sum of RGB (Red+Green+Blue) = 139+40+170=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B28AA is #74D755. Grayscale: #545454. Windows color (decimal): -7657302 or 11151499. OLE color: 11151499.

HSL color Cylindrical-coordinate representation of color #8B28AA: hue angle of 285.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B28AA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13940170-
CMYK0.180.7600.33
HSL285.69º61.9%41.18%-
HSV(B)285.69º76.47%66.67%-
XYZ18.669.9138.96-
YUV84.42176.3166.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=39.83%
G=11.46%
B=48.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139401700.180.7600.33285.6961.941.18
Hex8B28AA124C02111e3e29
Octal21350252221140414367651
Binary10001011101000101010101001010011000100001100011110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,170); }

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

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

 a { background-color: rgb(139,40,170); }

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

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

 span { border-color: rgb(139,40,170); }

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