Html Css Color HEX #8C297B Dark Purple

📋 copy color: '#8C297B'

red 140 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #8C297B

Tints of Dark Purple #8C297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 46.05%
G = 13.49%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C297B (or 0x8C297B) is known color: Dark Purple. HEX triplet: 8C, 29 and 7B. RGB value is (140,41,123). Sum of RGB (Red+Green+Blue) = 140+41+123=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C297B is #73D684. Grayscale: #4F4F4F. Windows color (decimal): -7591557 or 8071564. OLE color: 8071564.

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

Color convert

RGB 140 41 123 -
CMYK 0 0.71 0.12 0.45
HSL 310.3º 0.55% 0.35% -
HSV(B) 310.3º 0.71% 0.55% -
XYZ 15.18 8.59 19.6 -
YUV 79.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 140 41 123 0 0.71 0.12 0.45 310.3 0.55 0.35
Hex 8C 29 7B 0 47 C 2D 136 37 23
Octal 214 51 173 0 107 14 55 466 67 43
Binary 10001100 101001 1111011 0 1000111 1100 101101 100110110 110111 100011

Color Harmonies of #8C297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C297B

Black with #8C297B

Text Example


Text Example

White with #8C297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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