Html Css Color HEX #8B4799 Vivid Violet

📋 copy color: '#8B4799'

red 139 ◦ green 71 ◦ blue 153

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

Shades of Vivid Violet #8B4799

Tints of Vivid Violet #8B4799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 38.29%
G = 19.56%
B = 42.15%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B4799 (or 0x8B4799) is known color: Vivid Violet. HEX triplet: 8B, 47 and 99. RGB value is (139,71,153). Sum of RGB (Red+Green+Blue) = 139+71+153=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B4799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4799 is #74B866. Grayscale: #646464. Windows color (decimal): -7649383 or 10045323. OLE color: 10045323.

HSL color Cylindrical-coordinate representation of color #8B4799: hue angle of 289.76º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4799 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 71 153 -
CMYK 0.09 0.54 0 0.4
HSL 289.76º 0.37% 0.44% -
HSV(B) 289.76º 0.54% 0.6% -
XYZ 18.65 12.3 31.53 -
YUV 100.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 139 71 153 0.09 0.54 0 0.4 289.76 0.37 0.44
Hex 8B 47 99 9 36 0 28 122 25 2C
Octal 213 107 231 11 66 0 50 442 45 54
Binary 10001011 1000111 10011001 1001 110110 0 101000 100100010 100101 101100

Color Harmonies of #8B4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4799

Black with #8B4799

Text Example


Text Example

White with #8B4799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,71,153); }

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

background-color css

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

 a { background-color: rgb(139,71,153); }

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

border-color css

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

 span { border-color: rgb(139,71,153); }

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