Html Css Color HEX #8227AB Vivid Violet

📋 copy color: '#8227AB'

red 130 ◦ green 39 ◦ blue 171

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

Shades of Vivid Violet #8227AB

Tints of Vivid Violet #8227AB

RGB

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

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

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

R = 38.24%
G = 11.47%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8227AB (or 0x8227AB) is known color: Vivid Violet. HEX triplet: 82, 27 and AB. RGB value is (130,39,171). Sum of RGB (Red+Green+Blue) = 130+39+171=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8227AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227AB is #7DD854. Grayscale: #505050. Windows color (decimal): -8247381 or 11216770. OLE color: 11216770.

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

Color convert

RGB 130 39 171 -
CMYK 0.24 0.77 0 0.33
HSL 281.36º 0.63% 0.41% -
HSV(B) 281.36º 0.77% 0.67% -
XYZ 17.28 9.14 39.38 -
YUV 81.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 130 39 171 0.24 0.77 0 0.33 281.36 0.63 0.41
Hex 82 27 AB 18 4D 0 21 119 3F 29
Octal 202 47 253 30 115 0 41 431 77 51
Binary 10000010 100111 10101011 11000 1001101 0 100001 100011001 111111 101001

Color Harmonies of #8227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227AB

Black with #8227AB

Text Example


Text Example

White with #8227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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