Html Css Color HEX #8C357E Dark Purple

📋 copy color: '#8C357E'

red 140 ◦ green 53 ◦ blue 126

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

Shades of Dark Purple #8C357E

Tints of Dark Purple #8C357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 43.89%
G = 16.61%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C357E (or 0x8C357E) is known color: Dark Purple. HEX triplet: 8C, 35 and 7E. RGB value is (140,53,126). Sum of RGB (Red+Green+Blue) = 140+53+126=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C357E is #73CA81. Grayscale: #575757. Windows color (decimal): -7588482 or 8271244. OLE color: 8271244.

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

Color convert

RGB 140 53 126 -
CMYK 0 0.62 0.10 0.45
HSL 309.66º 0.45% 0.38% -
HSV(B) 309.66º 0.62% 0.55% -
XYZ 15.85 9.63 20.76 -
YUV 87.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 140 53 126 0 0.62 0.10 0.45 309.66 0.45 0.38
Hex 8C 35 7E 0 3E A 2D 136 2D 26
Octal 214 65 176 0 76 12 55 466 55 46
Binary 10001100 110101 1111110 0 111110 1010 101101 100110110 101101 100110

Color Harmonies of #8C357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C357E

Black with #8C357E

Text Example


Text Example

White with #8C357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,126); }

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

background-color css

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

 a { background-color: rgb(140,53,126); }

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

border-color css

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

 span { border-color: rgb(140,53,126); }

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