Html Css Color HEX #8228AD Vivid Violet

📋 copy color: '#8228AD'

red 130 ◦ green 40 ◦ blue 173

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

Shades of Vivid Violet #8228AD

Tints of Vivid Violet #8228AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 37.9%
G = 11.66%
B = 50.44%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8228AD (or 0x8228AD) is known color: Vivid Violet. HEX triplet: 82, 28 and AD. RGB value is (130,40,173). Sum of RGB (Red+Green+Blue) = 130+40+173=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #8228AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228AD is #7DD752. Grayscale: #515151. Windows color (decimal): -8247123 or 11348098. OLE color: 11348098.

HSL color Cylindrical-coordinate representation of color #8228AD: hue angle of 280.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8228AD is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 40 173 -
CMYK 0.25 0.77 0 0.32
HSL 280.6º 0.62% 0.42% -
HSV(B) 280.6º 0.77% 0.68% -
XYZ 17.51 9.28 40.4 -
YUV 82.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 130 40 173 0.25 0.77 0 0.32 280.6 0.62 0.42
Hex 82 28 AD 19 4D 0 20 119 3E 2A
Octal 202 50 255 31 115 0 40 431 76 52
Binary 10000010 101000 10101101 11001 1001101 0 100000 100011001 111110 101010

Color Harmonies of #8228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8228AD

Black with #8228AD

Text Example


Text Example

White with #8228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8228AD; }

 p { color: rgb(130,40,173); }

 H1.HeaderClassName
 {
   color: #8228AD;
 }
 .AnyTagClassName
 {
   color: #8228AD;
 }
</style>

background-color css

<style>
 a { background-color: #8228AD; }

 a { background-color: rgb(130,40,173); }

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

border-color css

<style>
 span { border-color: #8228AD; }

 span { border-color: rgb(130,40,173); }

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