Html Css Color HEX #8C346B Dark Purple

📋 copy color: '#8C346B'

red 140 ◦ green 52 ◦ blue 107

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

Shades of Dark Purple #8C346B

Tints of Dark Purple #8C346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 46.82%
G = 17.39%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C346B (or 0x8C346B) is known color: Dark Purple. HEX triplet: 8C, 34 and 6B. RGB value is (140,52,107). Sum of RGB (Red+Green+Blue) = 140+52+107=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C346B is #73CB94. Grayscale: #545454. Windows color (decimal): -7588757 or 7025804. OLE color: 7025804.

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

Color convert

RGB 140 52 107 -
CMYK 0 0.63 0.24 0.45
HSL 322.5º 0.46% 0.38% -
HSV(B) 322.5º 0.63% 0.55% -
XYZ 14.7 9.09 14.89 -
YUV 84.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 140 52 107 0 0.63 0.24 0.45 322.5 0.46 0.38
Hex 8C 34 6B 0 3F 18 2D 142 2E 26
Octal 214 64 153 0 77 30 55 502 56 46
Binary 10001100 110100 1101011 0 111111 11000 101101 101000010 101110 100110

Color Harmonies of #8C346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C346B

Black with #8C346B

Text Example


Text Example

White with #8C346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,107); }

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

background-color css

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

 a { background-color: rgb(140,52,107); }

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

border-color css

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

 span { border-color: rgb(140,52,107); }

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