Html Css Color HEX #8C1F82 Dark Purple

📋 copy color: '#8C1F82'

red 140 ◦ green 31 ◦ blue 130

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

Shades of Dark Purple #8C1F82

Tints of Dark Purple #8C1F82

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 46.51%
G = 10.3%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C1F82 (or 0x8C1F82) is known color: Dark Purple. HEX triplet: 8C, 1F and 82. RGB value is (140,31,130). Sum of RGB (Red+Green+Blue) = 140+31+130=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1F82 is #73E07D. Grayscale: #4A4A4A. Windows color (decimal): -7594110 or 8527756. OLE color: 8527756.

HSL color Cylindrical-coordinate representation of color #8C1F82: hue angle of 305.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F82 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 31 130 -
CMYK 0 0.78 0.07 0.45
HSL 305.5º 0.64% 0.34% -
HSV(B) 305.5º 0.78% 0.55% -
XYZ 15.33 8.17 21.89 -
YUV 74.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 140 31 130 0 0.78 0.07 0.45 305.5 0.64 0.34
Hex 8C 1F 82 0 4E 7 2D 132 40 22
Octal 214 37 202 0 116 7 55 462 100 42
Binary 10001100 11111 10000010 0 1001110 111 101101 100110010 1000000 100010

Color Harmonies of #8C1F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1F82

Black with #8C1F82

Text Example


Text Example

White with #8C1F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,31,130); }

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

background-color css

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

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

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

border-color css

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

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

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