Html Css Color HEX #8B4689 Vivid Violet

📋 copy color: '#8B4689'

red 139 ◦ green 70 ◦ blue 137

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

Shades of Vivid Violet #8B4689

Tints of Vivid Violet #8B4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 40.17%
G = 20.23%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B4689 (or 0x8B4689) is known color: Vivid Violet. HEX triplet: 8B, 46 and 89. RGB value is (139,70,137). Sum of RGB (Red+Green+Blue) = 139+70+137=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4689 is #74B976. Grayscale: #626262. Windows color (decimal): -7649655 or 8996491. OLE color: 8996491.

HSL color Cylindrical-coordinate representation of color #8B4689: hue angle of 301.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4689 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 70 137 -
CMYK 0 0.50 0.01 0.45
HSL 301.74º 0.33% 0.41% -
HSV(B) 301.74º 0.5% 0.55% -
XYZ 17.35 11.68 25.01 -
YUV 98.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 139 70 137 0 0.50 0.01 0.45 301.74 0.33 0.41
Hex 8B 46 89 0 32 1 2D 12E 21 29
Octal 213 106 211 0 62 1 55 456 41 51
Binary 10001011 1000110 10001001 0 110010 1 101101 100101110 100001 101001

Color Harmonies of #8B4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4689

Black with #8B4689

Text Example


Text Example

White with #8B4689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,70,137); }

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

background-color css

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

 a { background-color: rgb(139,70,137); }

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

border-color css

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

 span { border-color: rgb(139,70,137); }

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