Html Css Color HEX #8C419D Vivid Violet

📋 copy color: '#8C419D'

red 140 ◦ green 65 ◦ blue 157

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

Shades of Vivid Violet #8C419D

Tints of Vivid Violet #8C419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 38.67%
G = 17.96%
B = 43.37%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C419D (or 0x8C419D) is known color: Vivid Violet. HEX triplet: 8C, 41 and 9D. RGB value is (140,65,157). Sum of RGB (Red+Green+Blue) = 140+65+157=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C419D is #73BE62. Grayscale: #616161. Windows color (decimal): -7585379 or 10305932. OLE color: 10305932.

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

Color convert

RGB 140 65 157 -
CMYK 0.11 0.59 0 0.38
HSL 288.91º 0.41% 0.44% -
HSV(B) 288.91º 0.59% 0.62% -
XYZ 18.79 11.79 33.18 -
YUV 97.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 140 65 157 0.11 0.59 0 0.38 288.91 0.41 0.44
Hex 8C 41 9D B 3B 0 26 121 29 2C
Octal 214 101 235 13 73 0 46 441 51 54
Binary 10001100 1000001 10011101 1011 111011 0 100110 100100001 101001 101100

Color Harmonies of #8C419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C419D

Black with #8C419D

Text Example


Text Example

White with #8C419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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