Html Css Color HEX #8B4083 Vivid Violet

📋 copy color: '#8B4083'

red 139 ◦ green 64 ◦ blue 131

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

Shades of Vivid Violet #8B4083

Tints of Vivid Violet #8B4083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 41.62%
G = 19.16%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B4083 (or 0x8B4083) is known color: Vivid Violet. HEX triplet: 8B, 40 and 83. RGB value is (139,64,131). Sum of RGB (Red+Green+Blue) = 139+64+131=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4083 is #74BF7C. Grayscale: #5D5D5D. Windows color (decimal): -7651197 or 8601739. OLE color: 8601739.

HSL color Cylindrical-coordinate representation of color #8B4083: hue angle of 306.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4083 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 64 131 -
CMYK 0 0.54 0.06 0.45
HSL 306.4º 0.37% 0.4% -
HSV(B) 306.4º 0.54% 0.55% -
XYZ 16.58 10.79 22.68 -
YUV 94.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 139 64 131 0 0.54 0.06 0.45 306.4 0.37 0.4
Hex 8B 40 83 0 36 6 2D 132 25 28
Octal 213 100 203 0 66 6 55 462 45 50
Binary 10001011 1000000 10000011 0 110110 110 101101 100110010 100101 101000

Color Harmonies of #8B4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4083

Black with #8B4083

Text Example


Text Example

White with #8B4083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,64,131); }

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

background-color css

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

 a { background-color: rgb(139,64,131); }

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

border-color css

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

 span { border-color: rgb(139,64,131); }

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