Html Css Color HEX #8C247A Dark Purple

📋 copy color: '#8C247A'

red 140 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #8C247A

Tints of Dark Purple #8C247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 46.98%
G = 12.08%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C247A (or 0x8C247A) is known color: Dark Purple. HEX triplet: 8C, 24 and 7A. RGB value is (140,36,122). Sum of RGB (Red+Green+Blue) = 140+36+122=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C247A is #73DB85. Grayscale: #4C4C4C. Windows color (decimal): -7592838 or 8004748. OLE color: 8004748.

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

Color convert

RGB 140 36 122 -
CMYK 0 0.74 0.13 0.45
HSL 310.38º 0.59% 0.35% -
HSV(B) 310.38º 0.74% 0.55% -
XYZ 14.96 8.24 19.21 -
YUV 76.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 140 36 122 0 0.74 0.13 0.45 310.38 0.59 0.35
Hex 8C 24 7A 0 4A D 2D 136 3B 23
Octal 214 44 172 0 112 15 55 466 73 43
Binary 10001100 100100 1111010 0 1001010 1101 101101 100110110 111011 100011

Color Harmonies of #8C247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C247A

Black with #8C247A

Text Example


Text Example

White with #8C247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,122); }

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

background-color css

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

 a { background-color: rgb(140,36,122); }

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

border-color css

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

 span { border-color: rgb(140,36,122); }

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