#8B36AD

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

Shades of Vivid Violet #8B36AD

Tints of Vivid Violet #8B36AD

Color information

#8B36AD (or 0x8B36AD) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and AD. RGB value is (139,54,173). Sum of RGB (Red+Green+Blue) = 139+54+173=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B36AD is #74C952. Grayscale: #5C5C5C. Windows color (decimal): -7653715 or 11351691. OLE color: 11351691.

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

Color convert

RGB13954173-
CMYK0.200.6900.32
HSL282.86º52.42%44.51%-
HSV(B)282.86º68.79%67.84%-
XYZ19.5111.1440.66-
YUV92.98173.16160.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=37.98%
G=14.75%
B=47.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139541730.200.6900.32282.8652.4244.51
Hex8B36AD144502011b342d
Octal21366255241050404336455
Binary10001011110110101011011010010001010100000100011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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