Html Css Color HEX #8C33AA Vivid Violet

📋 copy color: '#8C33AA'

red 140 ◦ green 51 ◦ blue 170

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

Shades of Vivid Violet #8C33AA

Tints of Vivid Violet #8C33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

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

R = 38.78%
G = 14.13%
B = 47.09%

CMYK

 C value IS 0.18

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C33AA (or 0x8C33AA) is known color: Vivid Violet. HEX triplet: 8C, 33 and AA. RGB value is (140,51,170). Sum of RGB (Red+Green+Blue) = 140+51+170=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C33AA is #73CC55. Grayscale: #5A5A5A. Windows color (decimal): -7588950 or 11154316. OLE color: 11154316.

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

Color convert

RGB 140 51 170 -
CMYK 0.18 0.7 0 0.33
HSL 284.87º 0.54% 0.43% -
HSV(B) 284.87º 0.7% 0.67% -
XYZ 19.25 10.85 39.11 -
YUV 91.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 140 51 170 0.18 0.7 0 0.33 284.87 0.54 0.43
Hex 8C 33 AA 12 46 0 21 11D 36 2B
Octal 214 63 252 22 106 0 41 435 66 53
Binary 10001100 110011 10101010 10010 1000110 0 100001 100011101 110110 101011

Color Harmonies of #8C33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C33AA

Black with #8C33AA

Text Example


Text Example

White with #8C33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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