#8B32AD

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

Shades of Vivid Violet #8B32AD

Tints of Vivid Violet #8B32AD

Color information

#8B32AD (or 0x8B32AD) is unknown color: approx Vivid Violet. HEX triplet: 8B, 32 and AD. RGB value is (139,50,173). Sum of RGB (Red+Green+Blue) = 139+50+173=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B32AD is #74CD52. Grayscale: #5A5A5A. Windows color (decimal): -7654739 or 11350667. OLE color: 11350667.

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

Color convert

RGB13950173-
CMYK0.200.7100.32
HSL283.41º55.16%43.73%-
HSV(B)283.41º71.1%67.84%-
XYZ19.3310.7940.6-
YUV90.63174.49162.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=38.40%
G=13.81%
B=47.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139501730.200.7100.32283.4155.1643.73
Hex8B32AD144702011b372c
Octal21362255241070404336754
Binary10001011110010101011011010010001110100000100011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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