Html Css Color HEX #8C397F Dark Purple

📋 copy color: '#8C397F'

red 140 ◦ green 57 ◦ blue 127

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

Shades of Dark Purple #8C397F

Tints of Dark Purple #8C397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 43.21%
G = 17.59%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C397F (or 0x8C397F) is known color: Dark Purple. HEX triplet: 8C, 39 and 7F. RGB value is (140,57,127). Sum of RGB (Red+Green+Blue) = 140+57+127=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C397F is #73C680. Grayscale: #595959. Windows color (decimal): -7587457 or 8337804. OLE color: 8337804.

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

Color convert

RGB 140 57 127 -
CMYK 0 0.59 0.09 0.45
HSL 309.4º 0.42% 0.39% -
HSV(B) 309.4º 0.59% 0.55% -
XYZ 16.11 10.03 21.17 -
YUV 89.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 140 57 127 0 0.59 0.09 0.45 309.4 0.42 0.39
Hex 8C 39 7F 0 3B 9 2D 135 2A 27
Octal 214 71 177 0 73 11 55 465 52 47
Binary 10001100 111001 1111111 0 111011 1001 101101 100110101 101010 100111

Color Harmonies of #8C397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C397F

Black with #8C397F

Text Example


Text Example

White with #8C397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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