Html Css Color HEX #8C2482 Dark Purple

📋 copy color: '#8C2482'

red 140 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #8C2482

Tints of Dark Purple #8C2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 45.75%
G = 11.76%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C2482 (or 0x8C2482) is known color: Dark Purple. HEX triplet: 8C, 24 and 82. RGB value is (140,36,130). Sum of RGB (Red+Green+Blue) = 140+36+130=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2482 is #73DB7D. Grayscale: #4D4D4D. Windows color (decimal): -7592830 or 8529036. OLE color: 8529036.

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

Color convert

RGB 140 36 130 -
CMYK 0 0.74 0.07 0.45
HSL 305.77º 0.59% 0.35% -
HSV(B) 305.77º 0.74% 0.55% -
XYZ 15.48 8.45 21.93 -
YUV 77.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 140 36 130 0 0.74 0.07 0.45 305.77 0.59 0.35
Hex 8C 24 82 0 4A 7 2D 132 3B 23
Octal 214 44 202 0 112 7 55 462 73 43
Binary 10001100 100100 10000010 0 1001010 111 101101 100110010 111011 100011

Color Harmonies of #8C2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2482

Black with #8C2482

Text Example


Text Example

White with #8C2482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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