#8B39AE

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

Shades of Vivid Violet #8B39AE

Tints of Vivid Violet #8B39AE

Color information

#8B39AE (or 0x8B39AE) is unknown color: approx Vivid Violet. HEX triplet: 8B, 39 and AE. RGB value is (139,57,174). Sum of RGB (Red+Green+Blue) = 139+57+174=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B39AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B39AE is #74C651. Grayscale: #5E5E5E. Windows color (decimal): -7652946 or 11417995. OLE color: 11417995.

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

Color convert

RGB13957174-
CMYK0.200.6700.32
HSL282.05º50.65%45.29%-
HSV(B)282.05º67.24%68.24%-
XYZ19.7511.4741.22-
YUV94.86172.67159.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=37.57%
G=15.41%
B=47.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139571740.200.6700.32282.0550.6545.29
Hex8B39AE144302011a332d
Octal21371256241030404326355
Binary10001011111001101011101010010000110100000100011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,174); }

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

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

 a { background-color: rgb(139,57,174); }

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

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

 span { border-color: rgb(139,57,174); }

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