Html Css Color HEX #8A27AC Vivid Violet

📋 copy color: '#8A27AC'

red 138 ◦ green 39 ◦ blue 172

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

Shades of Vivid Violet #8A27AC

Tints of Vivid Violet #8A27AC

RGB

 RED value IS 138 (54.3% from 255) = 39.54%

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 39.54%
G = 11.17%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A27AC (or 0x8A27AC) is known color: Vivid Violet. HEX triplet: 8A, 27 and AC. RGB value is (138,39,172). Sum of RGB (Red+Green+Blue) = 138+39+172=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A27AC is #75D853. Grayscale: #535353. Windows color (decimal): -7723092 or 11282314. OLE color: 11282314.

HSL color Cylindrical-coordinate representation of color #8A27AC: hue angle of 284.66º 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 #8A27AC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 39 172 -
CMYK 0.20 0.77 0 0.33
HSL 284.66º 0.63% 0.41% -
HSV(B) 284.66º 0.77% 0.67% -
XYZ 18.65 9.83 39.94 -
YUV 83.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 138 39 172 0.20 0.77 0 0.33 284.66 0.63 0.41
Hex 8A 27 AC 14 4D 0 21 11D 3F 29
Octal 212 47 254 24 115 0 41 435 77 51
Binary 10001010 100111 10101100 10100 1001101 0 100001 100011101 111111 101001

Color Harmonies of #8A27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A27AC

Black with #8A27AC

Text Example


Text Example

White with #8A27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A27AC; }

 p { color: rgb(138,39,172); }

 H1.HeaderClassName
 {
   color: #8A27AC;
 }
 .AnyTagClassName
 {
   color: #8A27AC;
 }
</style>

background-color css

<style>
 a { background-color: #8A27AC; }

 a { background-color: rgb(138,39,172); }

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

border-color css

<style>
 span { border-color: #8A27AC; }

 span { border-color: rgb(138,39,172); }

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