Html Css Color HEX #8C297D Dark Purple

📋 copy color: '#8C297D'

red 140 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #8C297D

Tints of Dark Purple #8C297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 45.75%
G = 13.4%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C297D (or 0x8C297D) is known color: Dark Purple. HEX triplet: 8C, 29 and 7D. RGB value is (140,41,125). Sum of RGB (Red+Green+Blue) = 140+41+125=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C297D is #73D682. Grayscale: #4F4F4F. Windows color (decimal): -7591555 or 8202636. OLE color: 8202636.

HSL color Cylindrical-coordinate representation of color #8C297D: hue angle of 309.09º 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 #8C297D is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 125 -
CMYK 0 0.71 0.11 0.45
HSL 309.09º 0.55% 0.35% -
HSV(B) 309.09º 0.71% 0.55% -
XYZ 15.31 8.64 20.26 -
YUV 80.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 140 41 125 0 0.71 0.11 0.45 309.09 0.55 0.35
Hex 8C 29 7D 0 47 B 2D 135 37 23
Octal 214 51 175 0 107 13 55 465 67 43
Binary 10001100 101001 1111101 0 1000111 1011 101101 100110101 110111 100011

Color Harmonies of #8C297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C297D

Black with #8C297D

Text Example


Text Example

White with #8C297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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