Html Css Color HEX #8C236D Dark Purple

📋 copy color: '#8C236D'

red 140 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #8C236D

Tints of Dark Purple #8C236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 49.3%
G = 12.32%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C236D (or 0x8C236D) is known color: Dark Purple. HEX triplet: 8C, 23 and 6D. RGB value is (140,35,109). Sum of RGB (Red+Green+Blue) = 140+35+109=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C236D is #73DC92. Grayscale: #4A4A4A. Windows color (decimal): -7593107 or 7152524. OLE color: 7152524.

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

Color convert

RGB 140 35 109 -
CMYK 0 0.75 0.22 0.45
HSL 317.71º 0.6% 0.34% -
HSV(B) 317.71º 0.75% 0.55% -
XYZ 14.18 7.88 15.24 -
YUV 74.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 140 35 109 0 0.75 0.22 0.45 317.71 0.6 0.34
Hex 8C 23 6D 0 4B 16 2D 13E 3C 22
Octal 214 43 155 0 113 26 55 476 74 42
Binary 10001100 100011 1101101 0 1001011 10110 101101 100111110 111100 100010

Color Harmonies of #8C236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C236D

Black with #8C236D

Text Example


Text Example

White with #8C236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,109); }

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

background-color css

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

 a { background-color: rgb(140,35,109); }

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

border-color css

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

 span { border-color: rgb(140,35,109); }

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