Html Css Color HEX #8C2F82 Dark Purple

📋 copy color: '#8C2F82'

red 140 ◦ green 47 ◦ blue 130

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

Shades of Dark Purple #8C2F82

Tints of Dark Purple #8C2F82

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 44.16%
G = 14.83%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C2F82 (or 0x8C2F82) is known color: Dark Purple. HEX triplet: 8C, 2F and 82. RGB value is (140,47,130). Sum of RGB (Red+Green+Blue) = 140+47+130=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2F82 is #73D07D. Grayscale: #545454. Windows color (decimal): -7590014 or 8531852. OLE color: 8531852.

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

Color convert

RGB 140 47 130 -
CMYK 0 0.66 0.07 0.45
HSL 306.45º 0.5% 0.37% -
HSV(B) 306.45º 0.66% 0.55% -
XYZ 15.86 9.22 22.06 -
YUV 84.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 140 47 130 0 0.66 0.07 0.45 306.45 0.5 0.37
Hex 8C 2F 82 0 42 7 2D 132 32 25
Octal 214 57 202 0 102 7 55 462 62 45
Binary 10001100 101111 10000010 0 1000010 111 101101 100110010 110010 100101

Color Harmonies of #8C2F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F82

Black with #8C2F82

Text Example


Text Example

White with #8C2F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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