#8B30AA

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

Shades of Vivid Violet #8B30AA

Tints of Vivid Violet #8B30AA

Color information

#8B30AA (or 0x8B30AA) is unknown color: approx Vivid Violet. HEX triplet: 8B, 30 and AA. RGB value is (139,48,170). Sum of RGB (Red+Green+Blue) = 139+48+170=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B30AA is #74CF55. Grayscale: #585858. Windows color (decimal): -7655254 or 11153547. OLE color: 11153547.

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

Color convert

RGB13948170-
CMYK0.180.7200.33
HSL284.75º55.96%42.75%-
HSV(B)284.75º71.76%66.67%-
XYZ18.9610.5139.06-
YUV89.12173.65163.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=38.94%
G=13.45%
B=47.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139481700.180.7200.33284.7555.9642.75
Hex8B30AA124802111d382b
Octal21360252221100414357053
Binary10001011110000101010101001010010000100001100011101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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