#8B34AD

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

Shades of Vivid Violet #8B34AD

Tints of Vivid Violet #8B34AD

Color information

#8B34AD (or 0x8B34AD) is unknown color: approx Vivid Violet. HEX triplet: 8B, 34 and AD. RGB value is (139,52,173). Sum of RGB (Red+Green+Blue) = 139+52+173=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B34AD is #74CB52. Grayscale: #5B5B5B. Windows color (decimal): -7654227 or 11351179. OLE color: 11351179.

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

Color convert

RGB13952173-
CMYK0.200.7000.32
HSL283.14º53.78%44.12%-
HSV(B)283.14º69.94%67.84%-
XYZ19.4210.9640.63-
YUV91.81173.82161.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=38.19%
G=14.29%
B=47.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139521730.200.7000.32283.1453.7844.12
Hex8B34AD144602011b362c
Octal21364255241060404336654
Binary10001011110100101011011010010001100100000100011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B34AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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