Html Css Color HEX #8B4591 Vivid Violet

📋 copy color: '#8B4591'

red 139 ◦ green 69 ◦ blue 145

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

Shades of Vivid Violet #8B4591

Tints of Vivid Violet #8B4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 39.38%
G = 19.55%
B = 41.08%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B4591 (or 0x8B4591) is known color: Vivid Violet. HEX triplet: 8B, 45 and 91. RGB value is (139,69,145). Sum of RGB (Red+Green+Blue) = 139+69+145=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4591 is #74BA6E. Grayscale: #626262. Windows color (decimal): -7649903 or 9520523. OLE color: 9520523.

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

Color convert

RGB 139 69 145 -
CMYK 0.04 0.52 0 0.43
HSL 295.26º 0.36% 0.42% -
HSV(B) 295.26º 0.52% 0.57% -
XYZ 17.89 11.79 28.12 -
YUV 98.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 139 69 145 0.04 0.52 0 0.43 295.26 0.36 0.42
Hex 8B 45 91 4 34 0 2B 127 24 2A
Octal 213 105 221 4 64 0 53 447 44 52
Binary 10001011 1000101 10010001 100 110100 0 101011 100100111 100100 101010

Color Harmonies of #8B4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4591

Black with #8B4591

Text Example


Text Example

White with #8B4591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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