Html Css Color HEX #8D2365 Dark Purple

📋 copy color: '#8D2365'

red 141 ◦ green 35 ◦ blue 101

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

Shades of Dark Purple #8D2365

Tints of Dark Purple #8D2365

RGB

 RED value IS 141 (55.47% from 255) = 50.9%

 GREEN value IS 35 (14.06% from 255) = 12.64%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 50.9%
G = 12.64%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D2365 (or 0x8D2365) is known color: Dark Purple. HEX triplet: 8D, 23 and 65. RGB value is (141,35,101). Sum of RGB (Red+Green+Blue) = 141+35+101=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2365 is #72DC9A. Grayscale: #4A4A4A. Windows color (decimal): -7527579 or 6628237. OLE color: 6628237.

HSL color Cylindrical-coordinate representation of color #8D2365: hue angle of 322.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2365 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 35 101 -
CMYK 0 0.75 0.28 0.45
HSL 322.64º 0.6% 0.35% -
HSV(B) 322.64º 0.75% 0.55% -
XYZ 13.93 7.8 13.08 -
YUV 74.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 141 35 101 0 0.75 0.28 0.45 322.64 0.6 0.35
Hex 8D 23 65 0 4B 1C 2D 143 3C 23
Octal 215 43 145 0 113 34 55 503 74 43
Binary 10001101 100011 1100101 0 1001011 11100 101101 101000011 111100 100011

Color Harmonies of #8D2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2365

Black with #8D2365

Text Example


Text Example

White with #8D2365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,101); }

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

background-color css

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

 a { background-color: rgb(141,35,101); }

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

border-color css

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

 span { border-color: rgb(141,35,101); }

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