Html Css Color HEX #8C2388 Dark Purple

📋 copy color: '#8C2388'

red 140 ◦ green 35 ◦ blue 136

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

Shades of Dark Purple #8C2388

Tints of Dark Purple #8C2388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 45.02%
G = 11.25%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C2388 (or 0x8C2388) is known color: Dark Purple. HEX triplet: 8C, 23 and 88. RGB value is (140,35,136). Sum of RGB (Red+Green+Blue) = 140+35+136=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2388 is #73DC77. Grayscale: #4D4D4D. Windows color (decimal): -7593080 or 8921996. OLE color: 8921996.

HSL color Cylindrical-coordinate representation of color #8C2388: hue angle of 302.29º 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 #8C2388 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 136 -
CMYK 0 0.75 0.03 0.45
HSL 302.29º 0.6% 0.34% -
HSV(B) 302.29º 0.75% 0.55% -
XYZ 15.86 8.56 24.11 -
YUV 77.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 140 35 136 0 0.75 0.03 0.45 302.29 0.6 0.34
Hex 8C 23 88 0 4B 3 2D 12E 3C 22
Octal 214 43 210 0 113 3 55 456 74 42
Binary 10001100 100011 10001000 0 1001011 11 101101 100101110 111100 100010

Color Harmonies of #8C2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2388

Black with #8C2388

Text Example


Text Example

White with #8C2388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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