Html Css Color HEX #8B49A0 Vivid Violet

📋 copy color: '#8B49A0'

red 139 ◦ green 73 ◦ blue 160

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

Shades of Vivid Violet #8B49A0

Tints of Vivid Violet #8B49A0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 37.37%
G = 19.62%
B = 43.01%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8B49A0 (or 0x8B49A0) is known color: Vivid Violet. HEX triplet: 8B, 49 and A0. RGB value is (139,73,160). Sum of RGB (Red+Green+Blue) = 139+73+160=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B49A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B49A0 is #74B65F. Grayscale: #666666. Windows color (decimal): -7648864 or 10504587. OLE color: 10504587.

HSL color Cylindrical-coordinate representation of color #8B49A0: hue angle of 285.52º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B49A0 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 73 160 -
CMYK 0.13 0.54 0 0.37
HSL 285.52º 0.37% 0.46% -
HSV(B) 285.52º 0.54% 0.63% -
XYZ 19.38 12.79 34.71 -
YUV 102.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 139 73 160 0.13 0.54 0 0.37 285.52 0.37 0.46
Hex 8B 49 A0 D 36 0 25 11E 25 2E
Octal 213 111 240 15 66 0 45 436 45 56
Binary 10001011 1001001 10100000 1101 110110 0 100101 100011110 100101 101110

Color Harmonies of #8B49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B49A0

Black with #8B49A0

Text Example


Text Example

White with #8B49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,160); }

 H1.HeaderClassName
 {
   color: #8B49A0;
 }
 .AnyTagClassName
 {
   color: #8B49A0;
 }
</style>

background-color css

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

 a { background-color: rgb(139,73,160); }

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

border-color css

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

 span { border-color: rgb(139,73,160); }

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