Html Css Color HEX #8C3582 Dark Purple

📋 copy color: '#8C3582'

red 140 ◦ green 53 ◦ blue 130

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

Shades of Dark Purple #8C3582

Tints of Dark Purple #8C3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 43.34%
G = 16.41%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C3582 (or 0x8C3582) is known color: Dark Purple. HEX triplet: 8C, 35 and 82. RGB value is (140,53,130). Sum of RGB (Red+Green+Blue) = 140+53+130=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3582 is #73CA7D. Grayscale: #575757. Windows color (decimal): -7588478 or 8533388. OLE color: 8533388.

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

Color convert

RGB 140 53 130 -
CMYK 0 0.62 0.07 0.45
HSL 306.9º 0.45% 0.38% -
HSV(B) 306.9º 0.62% 0.55% -
XYZ 16.12 9.73 22.15 -
YUV 87.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 140 53 130 0 0.62 0.07 0.45 306.9 0.45 0.38
Hex 8C 35 82 0 3E 7 2D 133 2D 26
Octal 214 65 202 0 76 7 55 463 55 46
Binary 10001100 110101 10000010 0 111110 111 101101 100110011 101101 100110

Color Harmonies of #8C3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3582

Black with #8C3582

Text Example


Text Example

White with #8C3582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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