Html Css Color HEX #8C418B Vivid Violet

📋 copy color: '#8C418B'

red 140 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #8C418B

Tints of Vivid Violet #8C418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 40.7%
G = 18.9%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C418B (or 0x8C418B) is known color: Vivid Violet. HEX triplet: 8C, 41 and 8B. RGB value is (140,65,139). Sum of RGB (Red+Green+Blue) = 140+65+139=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C418B is #73BE74. Grayscale: #5F5F5F. Windows color (decimal): -7585397 or 9126284. OLE color: 9126284.

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

Color convert

RGB 140 65 139 -
CMYK 0 0.54 0.01 0.45
HSL 300.8º 0.37% 0.4% -
HSV(B) 300.8º 0.54% 0.55% -
XYZ 17.37 11.22 25.68 -
YUV 95.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 140 65 139 0 0.54 0.01 0.45 300.8 0.37 0.4
Hex 8C 41 8B 0 36 1 2D 12D 25 28
Octal 214 101 213 0 66 1 55 455 45 50
Binary 10001100 1000001 10001011 0 110110 1 101101 100101101 100101 101000

Color Harmonies of #8C418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C418B

Black with #8C418B

Text Example


Text Example

White with #8C418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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