Html Css Color HEX #8C318C Vivid Violet

📋 copy color: '#8C318C'

red 140 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #8C318C

Tints of Vivid Violet #8C318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 42.55%
G = 14.89%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C318C (or 0x8C318C) is known color: Vivid Violet. HEX triplet: 8C, 31 and 8C. RGB value is (140,49,140). Sum of RGB (Red+Green+Blue) = 140+49+140=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C318C is #73CE73. Grayscale: #565656. Windows color (decimal): -7589492 or 9187724. OLE color: 9187724.

HSL color Cylindrical-coordinate representation of color #8C318C: hue angle of 300º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C318C is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 140 -
CMYK 0 0.65 0 0.45
HSL 300º 0.48% 0.37% -
HSV(B) 300º 0.65% 0.55% -
XYZ 16.65 9.67 25.8 -
YUV 86.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 140 49 140 0 0.65 0 0.45 300 0.48 0.37
Hex 8C 31 8C 0 41 0 2D 12C 30 25
Octal 214 61 214 0 101 0 55 454 60 45
Binary 10001100 110001 10001100 0 1000001 0 101101 100101100 110000 100101

Color Harmonies of #8C318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C318C

Black with #8C318C

Text Example


Text Example

White with #8C318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,140); }

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

background-color css

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

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

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

border-color css

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

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

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