Html Css Color HEX #8C329E Vivid Violet

📋 copy color: '#8C329E'

red 140 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #8C329E

Tints of Vivid Violet #8C329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 40.23%
G = 14.37%
B = 45.4%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C329E (or 0x8C329E) is known color: Vivid Violet. HEX triplet: 8C, 32 and 9E. RGB value is (140,50,158). Sum of RGB (Red+Green+Blue) = 140+50+158=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C329E is #73CD61. Grayscale: #585858. Windows color (decimal): -7589218 or 10367628. OLE color: 10367628.

HSL color Cylindrical-coordinate representation of color #8C329E: hue angle of 290º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C329E is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 50 158 -
CMYK 0.11 0.68 0 0.38
HSL 290º 0.52% 0.41% -
HSV(B) 290º 0.68% 0.62% -
XYZ 18.13 10.33 33.39 -
YUV 89.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 140 50 158 0.11 0.68 0 0.38 290 0.52 0.41
Hex 8C 32 9E B 44 0 26 122 34 29
Octal 214 62 236 13 104 0 46 442 64 51
Binary 10001100 110010 10011110 1011 1000100 0 100110 100100010 110100 101001

Color Harmonies of #8C329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C329E

Black with #8C329E

Text Example


Text Example

White with #8C329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,50,158); }

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

background-color css

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

 a { background-color: rgb(140,50,158); }

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

border-color css

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

 span { border-color: rgb(140,50,158); }

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