Html Css Color HEX #8B4991 Vivid Violet

📋 copy color: '#8B4991'

red 139 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #8B4991

Tints of Vivid Violet #8B4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 38.94%
G = 20.45%
B = 40.62%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B4991 (or 0x8B4991) is known color: Vivid Violet. HEX triplet: 8B, 49 and 91. RGB value is (139,73,145). Sum of RGB (Red+Green+Blue) = 139+73+145=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4991 is #74B66E. Grayscale: #646464. Windows color (decimal): -7648879 or 9521547. OLE color: 9521547.

HSL color Cylindrical-coordinate representation of color #8B4991: hue angle of 295º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4991 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 73 145 -
CMYK 0.04 0.50 0 0.43
HSL 295º 0.33% 0.43% -
HSV(B) 295º 0.5% 0.57% -
XYZ 18.14 12.3 28.21 -
YUV 100.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 139 73 145 0.04 0.50 0 0.43 295 0.33 0.43
Hex 8B 49 91 4 32 0 2B 127 21 2B
Octal 213 111 221 4 62 0 53 447 41 53
Binary 10001011 1001001 10010001 100 110010 0 101011 100100111 100001 101011

Color Harmonies of #8B4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4991

Black with #8B4991

Text Example


Text Example

White with #8B4991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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