Html Css Color HEX #8C2B82 Dark Purple

📋 copy color: '#8C2B82'

red 140 ◦ green 43 ◦ blue 130

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

Shades of Dark Purple #8C2B82

Tints of Dark Purple #8C2B82

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 44.73%
G = 13.74%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C2B82 (or 0x8C2B82) is known color: Dark Purple. HEX triplet: 8C, 2B and 82. RGB value is (140,43,130). Sum of RGB (Red+Green+Blue) = 140+43+130=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2B82 is #73D47D. Grayscale: #515151. Windows color (decimal): -7591038 or 8530828. OLE color: 8530828.

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

Color convert

RGB 140 43 130 -
CMYK 0 0.69 0.07 0.45
HSL 306.19º 0.53% 0.36% -
HSV(B) 306.19º 0.69% 0.55% -
XYZ 15.71 8.91 22.01 -
YUV 81.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 140 43 130 0 0.69 0.07 0.45 306.19 0.53 0.36
Hex 8C 2B 82 0 45 7 2D 132 35 24
Octal 214 53 202 0 105 7 55 462 65 44
Binary 10001100 101011 10000010 0 1000101 111 101101 100110010 110101 100100

Color Harmonies of #8C2B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B82

Black with #8C2B82

Text Example


Text Example

White with #8C2B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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