Html Css Color HEX #8C3AAA Vivid Violet

📋 copy color: '#8C3AAA'

red 140 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #8C3AAA

Tints of Vivid Violet #8C3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

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

R = 38.04%
G = 15.76%
B = 46.2%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C3AAA (or 0x8C3AAA) is known color: Vivid Violet. HEX triplet: 8C, 3A and AA. RGB value is (140,58,170). Sum of RGB (Red+Green+Blue) = 140+58+170=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3AAA is #73C555. Grayscale: #5E5E5E. Windows color (decimal): -7587158 or 11156108. OLE color: 11156108.

HSL color Cylindrical-coordinate representation of color #8C3AAA: hue angle of 283.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3AAA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 58 170 -
CMYK 0.18 0.66 0 0.33
HSL 283.93º 0.49% 0.45% -
HSV(B) 283.93º 0.66% 0.67% -
XYZ 19.58 11.5 39.22 -
YUV 95.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 140 58 170 0.18 0.66 0 0.33 283.93 0.49 0.45
Hex 8C 3A AA 12 42 0 21 11C 31 2D
Octal 214 72 252 22 102 0 41 434 61 55
Binary 10001100 111010 10101010 10010 1000010 0 100001 100011100 110001 101101

Color Harmonies of #8C3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3AAA

Black with #8C3AAA

Text Example


Text Example

White with #8C3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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