Html Css Color HEX #8231AB Vivid Violet

📋 copy color: '#8231AB'

red 130 ◦ green 49 ◦ blue 171

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

Shades of Vivid Violet #8231AB

Tints of Vivid Violet #8231AB

RGB

 RED value IS 130 (51.17% from 255) = 37.14%

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 37.14%
G = 14%
B = 48.86%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8231AB (or 0x8231AB) is known color: Vivid Violet. HEX triplet: 82, 31 and AB. RGB value is (130,49,171). Sum of RGB (Red+Green+Blue) = 130+49+171=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8231AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8231AB is #7DCE54. Grayscale: #565656. Windows color (decimal): -8244821 or 11219330. OLE color: 11219330.

HSL color Cylindrical-coordinate representation of color #8231AB: hue angle of 279.84º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8231AB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 49 171 -
CMYK 0.24 0.71 0 0.33
HSL 279.84º 0.55% 0.43% -
HSV(B) 279.84º 0.71% 0.67% -
XYZ 17.65 9.88 39.51 -
YUV 87.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 130 49 171 0.24 0.71 0 0.33 279.84 0.55 0.43
Hex 82 31 AB 18 47 0 21 118 37 2B
Octal 202 61 253 30 107 0 41 430 67 53
Binary 10000010 110001 10101011 11000 1000111 0 100001 100011000 110111 101011

Color Harmonies of #8231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8231AB

Black with #8231AB

Text Example


Text Example

White with #8231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8231AB; }

 p { color: rgb(130,49,171); }

 H1.HeaderClassName
 {
   color: #8231AB;
 }
 .AnyTagClassName
 {
   color: #8231AB;
 }
</style>

background-color css

<style>
 a { background-color: #8231AB; }

 a { background-color: rgb(130,49,171); }

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

border-color css

<style>
 span { border-color: #8231AB; }

 span { border-color: rgb(130,49,171); }

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