Html Css Color HEX #8C277E Dark Purple

📋 copy color: '#8C277E'

red 140 ◦ green 39 ◦ blue 126

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

Shades of Dark Purple #8C277E

Tints of Dark Purple #8C277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 45.9%
G = 12.79%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C277E (or 0x8C277E) is known color: Dark Purple. HEX triplet: 8C, 27 and 7E. RGB value is (140,39,126). Sum of RGB (Red+Green+Blue) = 140+39+126=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C277E is #73D881. Grayscale: #4E4E4E. Windows color (decimal): -7592066 or 8267660. OLE color: 8267660.

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

Color convert

RGB 140 39 126 -
CMYK 0 0.72 0.10 0.45
HSL 308.32º 0.56% 0.35% -
HSV(B) 308.32º 0.72% 0.55% -
XYZ 15.31 8.53 20.58 -
YUV 79.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 140 39 126 0 0.72 0.10 0.45 308.32 0.56 0.35
Hex 8C 27 7E 0 48 A 2D 134 38 23
Octal 214 47 176 0 110 12 55 464 70 43
Binary 10001100 100111 1111110 0 1001000 1010 101101 100110100 111000 100011

Color Harmonies of #8C277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C277E

Black with #8C277E

Text Example


Text Example

White with #8C277E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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