Html Css Color HEX #8C28AA Vivid Violet

📋 copy color: '#8C28AA'

red 140 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #8C28AA

Tints of Vivid Violet #8C28AA

RGB

 RED value IS 140 (55.08% from 255) = 40%

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

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

R = 40%
G = 11.43%
B = 48.57%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C28AA (or 0x8C28AA) is known color: Vivid Violet. HEX triplet: 8C, 28 and AA. RGB value is (140,40,170). Sum of RGB (Red+Green+Blue) = 140+40+170=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C28AA is #73D755. Grayscale: #545454. Windows color (decimal): -7591766 or 11151500. OLE color: 11151500.

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

Color convert

RGB 140 40 170 -
CMYK 0.18 0.76 0 0.33
HSL 286.15º 0.62% 0.41% -
HSV(B) 286.15º 0.76% 0.67% -
XYZ 18.83 10 38.97 -
YUV 84.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 140 40 170 0.18 0.76 0 0.33 286.15 0.62 0.41
Hex 8C 28 AA 12 4C 0 21 11E 3E 29
Octal 214 50 252 22 114 0 41 436 76 51
Binary 10001100 101000 10101010 10010 1001100 0 100001 100011110 111110 101001

Color Harmonies of #8C28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C28AA

Black with #8C28AA

Text Example


Text Example

White with #8C28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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