Html Css Color HEX #8224AB Vivid Violet

📋 copy color: '#8224AB'

red 130 ◦ green 36 ◦ blue 171

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

Shades of Vivid Violet #8224AB

Tints of Vivid Violet #8224AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 38.58%
G = 10.68%
B = 50.74%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8224AB (or 0x8224AB) is known color: Vivid Violet. HEX triplet: 82, 24 and AB. RGB value is (130,36,171). Sum of RGB (Red+Green+Blue) = 130+36+171=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #8224AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8224AB is #7DDB54. Grayscale: #4F4F4F. Windows color (decimal): -8248149 or 11216002. OLE color: 11216002.

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

Color convert

RGB 130 36 171 -
CMYK 0.24 0.79 0 0.33
HSL 281.78º 0.65% 0.41% -
HSV(B) 281.78º 0.79% 0.67% -
XYZ 17.19 8.95 39.35 -
YUV 79.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 130 36 171 0.24 0.79 0 0.33 281.78 0.65 0.41
Hex 82 24 AB 18 4F 0 21 11A 41 29
Octal 202 44 253 30 117 0 41 432 101 51
Binary 10000010 100100 10101011 11000 1001111 0 100001 100011010 1000001 101001

Color Harmonies of #8224AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8224AB

Black with #8224AB

Text Example


Text Example

White with #8224AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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