Html Css Color HEX #8B4F99 Vivid Violet

📋 copy color: '#8B4F99'

red 139 ◦ green 79 ◦ blue 153

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

Shades of Vivid Violet #8B4F99

Tints of Vivid Violet #8B4F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 37.47%
G = 21.29%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B4F99 (or 0x8B4F99) is known color: Vivid Violet. HEX triplet: 8B, 4F and 99. RGB value is (139,79,153). Sum of RGB (Red+Green+Blue) = 139+79+153=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B4F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4F99 is #74B066. Grayscale: #696969. Windows color (decimal): -7647335 or 10047371. OLE color: 10047371.

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

Color convert

RGB 139 79 153 -
CMYK 0.09 0.48 0 0.4
HSL 288.65º 0.32% 0.45% -
HSV(B) 288.65º 0.48% 0.6% -
XYZ 19.19 13.38 31.71 -
YUV 105.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 139 79 153 0.09 0.48 0 0.4 288.65 0.32 0.45
Hex 8B 4F 99 9 30 0 28 121 20 2D
Octal 213 117 231 11 60 0 50 441 40 55
Binary 10001011 1001111 10011001 1001 110000 0 101000 100100001 100000 101101

Color Harmonies of #8B4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4F99

Black with #8B4F99

Text Example


Text Example

White with #8B4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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