Html Css Color HEX #8C317B Dark Purple

📋 copy color: '#8C317B'

red 140 ◦ green 49 ◦ blue 123

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

Shades of Dark Purple #8C317B

Tints of Dark Purple #8C317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 44.87%
G = 15.71%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C317B (or 0x8C317B) is known color: Dark Purple. HEX triplet: 8C, 31 and 7B. RGB value is (140,49,123). Sum of RGB (Red+Green+Blue) = 140+49+123=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C317B is #73CE84. Grayscale: #545454. Windows color (decimal): -7589509 or 8073612. OLE color: 8073612.

HSL color Cylindrical-coordinate representation of color #8C317B: hue angle of 311.21º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C317B is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 123 -
CMYK 0 0.65 0.12 0.45
HSL 311.21º 0.48% 0.37% -
HSV(B) 311.21º 0.65% 0.55% -
XYZ 15.49 9.2 19.7 -
YUV 84.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 140 49 123 0 0.65 0.12 0.45 311.21 0.48 0.37
Hex 8C 31 7B 0 41 C 2D 137 30 25
Octal 214 61 173 0 101 14 55 467 60 45
Binary 10001100 110001 1111011 0 1000001 1100 101101 100110111 110000 100101

Color Harmonies of #8C317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C317B

Black with #8C317B

Text Example


Text Example

White with #8C317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,123); }

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

background-color css

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

 a { background-color: rgb(140,49,123); }

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

border-color css

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

 span { border-color: rgb(140,49,123); }

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