Html Css Color HEX #8C418E Vivid Violet

📋 copy color: '#8C418E'

red 140 ◦ green 65 ◦ blue 142

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

Shades of Vivid Violet #8C418E

Tints of Vivid Violet #8C418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 40.35%
G = 18.73%
B = 40.92%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C418E (or 0x8C418E) is known color: Vivid Violet. HEX triplet: 8C, 41 and 8E. RGB value is (140,65,142). Sum of RGB (Red+Green+Blue) = 140+65+142=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C418E is #73BE71. Grayscale: #5F5F5F. Windows color (decimal): -7585394 or 9322892. OLE color: 9322892.

HSL color Cylindrical-coordinate representation of color #8C418E: hue angle of 298.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C418E is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 65 142 -
CMYK 0.01 0.54 0 0.44
HSL 298.44º 0.37% 0.41% -
HSV(B) 298.44º 0.54% 0.56% -
XYZ 17.59 11.31 26.85 -
YUV 96.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 140 65 142 0.01 0.54 0 0.44 298.44 0.37 0.41
Hex 8C 41 8E 1 36 0 2C 12A 25 29
Octal 214 101 216 1 66 0 54 452 45 51
Binary 10001100 1000001 10001110 1 110110 0 101100 100101010 100101 101001

Color Harmonies of #8C418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C418E

Black with #8C418E

Text Example


Text Example

White with #8C418E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,142); }

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

background-color css

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

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

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

border-color css

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

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

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