Html Css Color HEX #8B479F Vivid Violet

📋 copy color: '#8B479F'

red 139 ◦ green 71 ◦ blue 159

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

Shades of Vivid Violet #8B479F

Tints of Vivid Violet #8B479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 37.67%
G = 19.24%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B479F (or 0x8B479F) is known color: Vivid Violet. HEX triplet: 8B, 47 and 9F. RGB value is (139,71,159). Sum of RGB (Red+Green+Blue) = 139+71+159=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B479F is #74B860. Grayscale: #656565. Windows color (decimal): -7649377 or 10438539. OLE color: 10438539.

HSL color Cylindrical-coordinate representation of color #8B479F: hue angle of 286.36º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B479F is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 71 159 -
CMYK 0.13 0.55 0 0.38
HSL 286.36º 0.38% 0.45% -
HSV(B) 286.36º 0.55% 0.62% -
XYZ 19.16 12.5 34.2 -
YUV 101.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 139 71 159 0.13 0.55 0 0.38 286.36 0.38 0.45
Hex 8B 47 9F D 37 0 26 11E 26 2D
Octal 213 107 237 15 67 0 46 436 46 55
Binary 10001011 1000111 10011111 1101 110111 0 100110 100011110 100110 101101

Color Harmonies of #8B479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B479F

Black with #8B479F

Text Example


Text Example

White with #8B479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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