Html Css Color HEX #8C299A Vivid Violet

📋 copy color: '#8C299A'

red 140 ◦ green 41 ◦ blue 154

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

Shades of Vivid Violet #8C299A

Tints of Vivid Violet #8C299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 41.79%
G = 12.24%
B = 45.97%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C299A (or 0x8C299A) is known color: Vivid Violet. HEX triplet: 8C, 29 and 9A. RGB value is (140,41,154). Sum of RGB (Red+Green+Blue) = 140+41+154=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C299A is #73D665. Grayscale: #535353. Windows color (decimal): -7591526 or 10103180. OLE color: 10103180.

HSL color Cylindrical-coordinate representation of color #8C299A: hue angle of 292.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C299A is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 41 154 -
CMYK 0.09 0.73 0 0.40
HSL 292.57º 0.58% 0.38% -
HSV(B) 292.57º 0.73% 0.6% -
XYZ 17.44 9.49 31.49 -
YUV 83.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 140 41 154 0.09 0.73 0 0.40 292.57 0.58 0.38
Hex 8C 29 9A 9 49 0 28 125 3A 26
Octal 214 51 232 11 111 0 50 445 72 46
Binary 10001100 101001 10011010 1001 1001001 0 101000 100100101 111010 100110

Color Harmonies of #8C299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C299A

Black with #8C299A

Text Example


Text Example

White with #8C299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,154); }

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

background-color css

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

 a { background-color: rgb(140,41,154); }

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

border-color css

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

 span { border-color: rgb(140,41,154); }

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