Html Css Color HEX #8A28AA Vivid Violet

📋 copy color: '#8A28AA'

red 138 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #8A28AA

Tints of Vivid Violet #8A28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 39.66%
G = 11.49%
B = 48.85%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A28AA (or 0x8A28AA) is known color: Vivid Violet. HEX triplet: 8A, 28 and AA. RGB value is (138,40,170). Sum of RGB (Red+Green+Blue) = 138+40+170=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A28AA is #75D755. Grayscale: #535353. Windows color (decimal): -7722838 or 11151498. OLE color: 11151498.

HSL color Cylindrical-coordinate representation of color #8A28AA: hue angle of 285.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A28AA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 40 170 -
CMYK 0.19 0.76 0 0.33
HSL 285.23º 0.62% 0.41% -
HSV(B) 285.23º 0.76% 0.67% -
XYZ 18.5 9.82 38.95 -
YUV 84.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 138 40 170 0.19 0.76 0 0.33 285.23 0.62 0.41
Hex 8A 28 AA 13 4C 0 21 11D 3E 29
Octal 212 50 252 23 114 0 41 435 76 51
Binary 10001010 101000 10101010 10011 1001100 0 100001 100011101 111110 101001

Color Harmonies of #8A28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28AA

Black with #8A28AA

Text Example


Text Example

White with #8A28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,40,170); }

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

background-color css

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

 a { background-color: rgb(138,40,170); }

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

border-color css

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

 span { border-color: rgb(138,40,170); }

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