Html Css Color HEX #8C3799 Vivid Violet

📋 copy color: '#8C3799'

red 140 ◦ green 55 ◦ blue 153

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

Shades of Vivid Violet #8C3799

Tints of Vivid Violet #8C3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

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

R = 40.23%
G = 15.8%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C3799 (or 0x8C3799) is known color: Vivid Violet. HEX triplet: 8C, 37 and 99. RGB value is (140,55,153). Sum of RGB (Red+Green+Blue) = 140+55+153=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C3799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3799 is #73C866. Grayscale: #5B5B5B. Windows color (decimal): -7587943 or 10041228. OLE color: 10041228.

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

Color convert

RGB 140 55 153 -
CMYK 0.08 0.64 0 0.4
HSL 292.04º 0.47% 0.41% -
HSV(B) 292.04º 0.64% 0.6% -
XYZ 17.93 10.61 31.24 -
YUV 91.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 140 55 153 0.08 0.64 0 0.4 292.04 0.47 0.41
Hex 8C 37 99 8 40 0 28 124 2F 29
Octal 214 67 231 10 100 0 50 444 57 51
Binary 10001100 110111 10011001 1000 1000000 0 101000 100100100 101111 101001

Color Harmonies of #8C3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3799

Black with #8C3799

Text Example


Text Example

White with #8C3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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