Html Css Color HEX #8C296C Dark Purple

📋 copy color: '#8C296C'

red 140 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #8C296C

Tints of Dark Purple #8C296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 48.44%
G = 14.19%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C296C (or 0x8C296C) is known color: Dark Purple. HEX triplet: 8C, 29 and 6C. RGB value is (140,41,108). Sum of RGB (Red+Green+Blue) = 140+41+108=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C296C is #73D693. Grayscale: #4E4E4E. Windows color (decimal): -7591572 or 7088524. OLE color: 7088524.

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

Color convert

RGB 140 41 108 -
CMYK 0 0.71 0.23 0.45
HSL 319.39º 0.55% 0.35% -
HSV(B) 319.39º 0.71% 0.55% -
XYZ 14.31 8.24 15.02 -
YUV 78.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 140 41 108 0 0.71 0.23 0.45 319.39 0.55 0.35
Hex 8C 29 6C 0 47 17 2D 13F 37 23
Octal 214 51 154 0 107 27 55 477 67 43
Binary 10001100 101001 1101100 0 1000111 10111 101101 100111111 110111 100011

Color Harmonies of #8C296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C296C

Black with #8C296C

Text Example


Text Example

White with #8C296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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