Html Css Color HEX #8B19AB Vivid Violet

📋 copy color: '#8B19AB'

red 139 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #8B19AB

Tints of Vivid Violet #8B19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 41.49%
G = 7.46%
B = 51.04%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B19AB (or 0x8B19AB) is known color: Vivid Violet. HEX triplet: 8B, 19 and AB. RGB value is (139,25,171). Sum of RGB (Red+Green+Blue) = 139+25+171=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B19AB is #74E654. Grayscale: #4B4B4B. Windows color (decimal): -7661141 or 11213195. OLE color: 11213195.

HSL color Cylindrical-coordinate representation of color #8B19AB: hue angle of 286.85º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B19AB is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 25 171 -
CMYK 0.19 0.85 0 0.33
HSL 286.85º 0.74% 0.38% -
HSV(B) 286.85º 0.85% 0.67% -
XYZ 18.35 9.12 39.32 -
YUV 75.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 139 25 171 0.19 0.85 0 0.33 286.85 0.74 0.38
Hex 8B 19 AB 13 55 0 21 11F 4A 26
Octal 213 31 253 23 125 0 41 437 112 46
Binary 10001011 11001 10101011 10011 1010101 0 100001 100011111 1001010 100110

Color Harmonies of #8B19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B19AB

Black with #8B19AB

Text Example


Text Example

White with #8B19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,171); }

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

background-color css

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

 a { background-color: rgb(139,25,171); }

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

border-color css

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

 span { border-color: rgb(139,25,171); }

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