Html Css Color HEX #8C3699 Vivid Violet

📋 copy color: '#8C3699'

red 140 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #8C3699

Tints of Vivid Violet #8C3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 40.35%
G = 15.56%
B = 44.09%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C3699 (or 0x8C3699) is known color: Vivid Violet. HEX triplet: 8C, 36 and 99. RGB value is (140,54,153). Sum of RGB (Red+Green+Blue) = 140+54+153=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3699 is #73C966. Grayscale: #5A5A5A. Windows color (decimal): -7588199 or 10040972. OLE color: 10040972.

HSL color Cylindrical-coordinate representation of color #8C3699: hue angle of 292.12º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3699 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 54 153 -
CMYK 0.08 0.65 0 0.4
HSL 292.12º 0.48% 0.41% -
HSV(B) 292.12º 0.65% 0.6% -
XYZ 17.88 10.51 31.22 -
YUV 91 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 140 54 153 0.08 0.65 0 0.4 292.12 0.48 0.41
Hex 8C 36 99 8 41 0 28 124 30 29
Octal 214 66 231 10 101 0 50 444 60 51
Binary 10001100 110110 10011001 1000 1000001 0 101000 100100100 110000 101001

Color Harmonies of #8C3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3699

Black with #8C3699

Text Example


Text Example

White with #8C3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,54,153); }

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

background-color css

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

 a { background-color: rgb(140,54,153); }

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

border-color css

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

 span { border-color: rgb(140,54,153); }

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