Html Css Color HEX #8B34AD Vivid Violet

📋 copy color: '#8B34AD'

red 139 ◦ green 52 ◦ blue 173

#8B34AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8B34AD

Tints of Vivid Violet #8B34AD

RGB

 RED value IS 139 (54.69% from 255) = 38.19%

 GREEN value IS 52 (20.7% 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 value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B34AD (or 0x8B34AD) is known color: 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

RGB 139 52 173 -
CMYK 0.20 0.70 0 0.32
HSL 283.14º 0.54% 0.44% -
HSV(B) 283.14º 0.7% 0.68% -
XYZ 19.42 10.96 40.63 -
YUV 91.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 139 52 173 0.20 0.70 0 0.32 283.14 0.54 0.44
Hex 8B 34 AD 14 46 0 20 11B 36 2C
Octal 213 64 255 24 106 0 40 433 66 54
Binary 10001011 110100 10101101 10100 1000110 0 100000 100011011 110110 101100

Color Harmonies of #8B34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B34AD

Black with #8B34AD

Text Example


Text Example

White with #8B34AD

Text Example


Text Example

HTML Codes & Css Web 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>