Html Css Color HEX #8C1E81 Dark Purple

📋 copy color: '#8C1E81'

red 140 ◦ green 30 ◦ blue 129

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

Shades of Dark Purple #8C1E81

Tints of Dark Purple #8C1E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 46.82%
G = 10.03%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C1E81 (or 0x8C1E81) is known color: Dark Purple. HEX triplet: 8C, 1E and 81. RGB value is (140,30,129). Sum of RGB (Red+Green+Blue) = 140+30+129=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1E81 is #73E17E. Grayscale: #494949. Windows color (decimal): -7594367 or 8461964. OLE color: 8461964.

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

Color convert

RGB 140 30 129 -
CMYK 0 0.79 0.08 0.45
HSL 306º 0.65% 0.33% -
HSV(B) 306º 0.79% 0.55% -
XYZ 15.24 8.09 21.53 -
YUV 74.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 140 30 129 0 0.79 0.08 0.45 306 0.65 0.33
Hex 8C 1E 81 0 4F 8 2D 132 41 21
Octal 214 36 201 0 117 10 55 462 101 41
Binary 10001100 11110 10000001 0 1001111 1000 101101 100110010 1000001 100001

Color Harmonies of #8C1E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E81

Black with #8C1E81

Text Example


Text Example

White with #8C1E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,129); }

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

background-color css

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

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

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

border-color css

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

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

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