Html Css Color HEX #8227AD Vivid Violet

📋 copy color: '#8227AD'

red 130 ◦ green 39 ◦ blue 173

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

Shades of Vivid Violet #8227AD

Tints of Vivid Violet #8227AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 38.01%
G = 11.4%
B = 50.58%

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

#8227AD (or 0x8227AD) is known color: Vivid Violet. HEX triplet: 82, 27 and AD. RGB value is (130,39,173). Sum of RGB (Red+Green+Blue) = 130+39+173=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #8227AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227AD is #7DD852. Grayscale: #515151. Windows color (decimal): -8247379 or 11347842. OLE color: 11347842.

HSL color Cylindrical-coordinate representation of color #8227AD: hue angle of 280.75º degrees, saturation: 0.63, 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 #8227AD is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 39 173 -
CMYK 0.25 0.77 0 0.32
HSL 280.75º 0.63% 0.42% -
HSV(B) 280.75º 0.77% 0.68% -
XYZ 17.47 9.21 40.39 -
YUV 81.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 130 39 173 0.25 0.77 0 0.32 280.75 0.63 0.42
Hex 82 27 AD 19 4D 0 20 119 3F 2A
Octal 202 47 255 31 115 0 40 431 77 52
Binary 10000010 100111 10101101 11001 1001101 0 100000 100011001 111111 101010

Color Harmonies of #8227AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227AD

Black with #8227AD

Text Example


Text Example

White with #8227AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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