Html Css Color HEX #8C367A Dark Purple

📋 copy color: '#8C367A'

red 140 ◦ green 54 ◦ blue 122

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

Shades of Dark Purple #8C367A

Tints of Dark Purple #8C367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 44.3%
G = 17.09%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C367A (or 0x8C367A) is known color: Dark Purple. HEX triplet: 8C, 36 and 7A. RGB value is (140,54,122). Sum of RGB (Red+Green+Blue) = 140+54+122=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C367A is #73C985. Grayscale: #575757. Windows color (decimal): -7588230 or 8009356. OLE color: 8009356.

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

Color convert

RGB 140 54 122 -
CMYK 0 0.61 0.13 0.45
HSL 312.56º 0.44% 0.38% -
HSV(B) 312.56º 0.61% 0.55% -
XYZ 15.65 9.62 19.44 -
YUV 87.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 140 54 122 0 0.61 0.13 0.45 312.56 0.44 0.38
Hex 8C 36 7A 0 3D D 2D 139 2C 26
Octal 214 66 172 0 75 15 55 471 54 46
Binary 10001100 110110 1111010 0 111101 1101 101101 100111001 101100 100110

Color Harmonies of #8C367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C367A

Black with #8C367A

Text Example


Text Example

White with #8C367A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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