Html Css Color HEX #8C227F Dark Purple

📋 copy color: '#8C227F'

red 140 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #8C227F

Tints of Dark Purple #8C227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 46.51%
G = 11.3%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C227F (or 0x8C227F) is known color: Dark Purple. HEX triplet: 8C, 22 and 7F. RGB value is (140,34,127). Sum of RGB (Red+Green+Blue) = 140+34+127=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227F is #73DD80. Grayscale: #4C4C4C. Windows color (decimal): -7593345 or 8331916. OLE color: 8331916.

HSL color Cylindrical-coordinate representation of color #8C227F: hue angle of 307.36º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C227F is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 34 127 -
CMYK 0 0.76 0.09 0.45
HSL 307.36º 0.61% 0.34% -
HSV(B) 307.36º 0.76% 0.55% -
XYZ 15.22 8.25 20.87 -
YUV 76.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 140 34 127 0 0.76 0.09 0.45 307.36 0.61 0.34
Hex 8C 22 7F 0 4C 9 2D 133 3D 22
Octal 214 42 177 0 114 11 55 463 75 42
Binary 10001100 100010 1111111 0 1001100 1001 101101 100110011 111101 100010

Color Harmonies of #8C227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C227F

Black with #8C227F

Text Example


Text Example

White with #8C227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,127); }

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

background-color css

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

 a { background-color: rgb(140,34,127); }

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

border-color css

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

 span { border-color: rgb(140,34,127); }

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