Html Css Color HEX #8C297E Dark Purple

📋 copy color: '#8C297E'

red 140 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #8C297E

Tints of Dark Purple #8C297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 45.6%
G = 13.36%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C297E (or 0x8C297E) is known color: Dark Purple. HEX triplet: 8C, 29 and 7E. RGB value is (140,41,126). Sum of RGB (Red+Green+Blue) = 140+41+126=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C297E is #73D681. Grayscale: #505050. Windows color (decimal): -7591554 or 8268172. OLE color: 8268172.

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

Color convert

RGB 140 41 126 -
CMYK 0 0.71 0.10 0.45
HSL 308.48º 0.55% 0.35% -
HSV(B) 308.48º 0.71% 0.55% -
XYZ 15.37 8.67 20.6 -
YUV 80.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 140 41 126 0 0.71 0.10 0.45 308.48 0.55 0.35
Hex 8C 29 7E 0 47 A 2D 134 37 23
Octal 214 51 176 0 107 12 55 464 67 43
Binary 10001100 101001 1111110 0 1000111 1010 101101 100110100 110111 100011

Color Harmonies of #8C297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C297E

Black with #8C297E

Text Example


Text Example

White with #8C297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,126); }

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

background-color css

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

 a { background-color: rgb(140,41,126); }

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

border-color css

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

 span { border-color: rgb(140,41,126); }

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