#8B3AAD

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

Shades of Vivid Violet #8B3AAD

Tints of Vivid Violet #8B3AAD

Color information

#8B3AAD (or 0x8B3AAD) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and AD. RGB value is (139,58,173). Sum of RGB (Red+Green+Blue) = 139+58+173=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3AAD is #74C552. Grayscale: #5E5E5E. Windows color (decimal): -7652691 or 11352715. OLE color: 11352715.

HSL color Cylindrical-coordinate representation of color #8B3AAD: hue angle of 282.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B3AAD is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13958173-
CMYK0.200.6600.32
HSL282.26º49.78%45.29%-
HSV(B)282.26º66.47%67.84%-
XYZ19.711.5340.72-
YUV95.33171.84159.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=37.57%
G=15.68%
B=46.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139581730.200.6600.32282.2649.7845.29
Hex8B3AAD144202011a322d
Octal21372255241020404326255
Binary10001011111010101011011010010000100100000100011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,173); }

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

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

 a { background-color: rgb(139,58,173); }

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

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

 span { border-color: rgb(139,58,173); }

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