Html Css Color HEX #8223AD Vivid Violet

📋 copy color: '#8223AD'

red 130 ◦ green 35 ◦ blue 173

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

Shades of Vivid Violet #8223AD

Tints of Vivid Violet #8223AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 38.46%
G = 10.36%
B = 51.18%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8223AD (or 0x8223AD) is known color: Vivid Violet. HEX triplet: 82, 23 and AD. RGB value is (130,35,173). Sum of RGB (Red+Green+Blue) = 130+35+173=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8223AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8223AD is #7DDC52. Grayscale: #4E4E4E. Windows color (decimal): -8248403 or 11346818. OLE color: 11346818.

HSL color Cylindrical-coordinate representation of color #8223AD: hue angle of 281.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8223AD is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 35 173 -
CMYK 0.25 0.80 0 0.32
HSL 281.3º 0.66% 0.41% -
HSV(B) 281.3º 0.8% 0.68% -
XYZ 17.35 8.97 40.35 -
YUV 79.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 130 35 173 0.25 0.80 0 0.32 281.3 0.66 0.41
Hex 82 23 AD 19 50 0 20 119 42 29
Octal 202 43 255 31 120 0 40 431 102 51
Binary 10000010 100011 10101101 11001 1010000 0 100000 100011001 1000010 101001

Color Harmonies of #8223AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8223AD

Black with #8223AD

Text Example


Text Example

White with #8223AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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