Html Css Color HEX #8C2775 Dark Purple

📋 copy color: '#8C2775'

red 140 ◦ green 39 ◦ blue 117

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

Shades of Dark Purple #8C2775

Tints of Dark Purple #8C2775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 47.3%
G = 13.18%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C2775 (or 0x8C2775) is known color: Dark Purple. HEX triplet: 8C, 27 and 75. RGB value is (140,39,117). Sum of RGB (Red+Green+Blue) = 140+39+117=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2775 is #73D88A. Grayscale: #4D4D4D. Windows color (decimal): -7592075 or 7677836. OLE color: 7677836.

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

Color convert

RGB 140 39 117 -
CMYK 0 0.72 0.16 0.45
HSL 313.66º 0.56% 0.35% -
HSV(B) 313.66º 0.72% 0.55% -
XYZ 14.75 8.31 17.66 -
YUV 78.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 140 39 117 0 0.72 0.16 0.45 313.66 0.56 0.35
Hex 8C 27 75 0 48 10 2D 13A 38 23
Octal 214 47 165 0 110 20 55 472 70 43
Binary 10001100 100111 1110101 0 1001000 10000 101101 100111010 111000 100011

Color Harmonies of #8C2775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2775

Black with #8C2775

Text Example


Text Example

White with #8C2775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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