Html Css Color HEX #8C296D Dark Purple

📋 copy color: '#8C296D'

red 140 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #8C296D

Tints of Dark Purple #8C296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 48.28%
G = 14.14%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C296D (or 0x8C296D) is known color: Dark Purple. HEX triplet: 8C, 29 and 6D. RGB value is (140,41,109). Sum of RGB (Red+Green+Blue) = 140+41+109=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C296D is #73D692. Grayscale: #4E4E4E. Windows color (decimal): -7591571 or 7154060. OLE color: 7154060.

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

Color convert

RGB 140 41 109 -
CMYK 0 0.71 0.22 0.45
HSL 318.79º 0.55% 0.35% -
HSV(B) 318.79º 0.71% 0.55% -
XYZ 14.37 8.27 15.31 -
YUV 78.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 140 41 109 0 0.71 0.22 0.45 318.79 0.55 0.35
Hex 8C 29 6D 0 47 16 2D 13F 37 23
Octal 214 51 155 0 107 26 55 477 67 43
Binary 10001100 101001 1101101 0 1000111 10110 101101 100111111 110111 100011

Color Harmonies of #8C296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C296D

Black with #8C296D

Text Example


Text Example

White with #8C296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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