Html Css Color HEX #8C236E Dark Purple

📋 copy color: '#8C236E'

red 140 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #8C236E

Tints of Dark Purple #8C236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 49.12%
G = 12.28%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C236E (or 0x8C236E) is known color: Dark Purple. HEX triplet: 8C, 23 and 6E. RGB value is (140,35,110). Sum of RGB (Red+Green+Blue) = 140+35+110=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C236E is #73DC91. Grayscale: #4A4A4A. Windows color (decimal): -7593106 or 7218060. OLE color: 7218060.

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

Color convert

RGB 140 35 110 -
CMYK 0 0.75 0.21 0.45
HSL 317.14º 0.6% 0.34% -
HSV(B) 317.14º 0.75% 0.55% -
XYZ 14.23 7.9 15.53 -
YUV 74.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 140 35 110 0 0.75 0.21 0.45 317.14 0.6 0.34
Hex 8C 23 6E 0 4B 15 2D 13D 3C 22
Octal 214 43 156 0 113 25 55 475 74 42
Binary 10001100 100011 1101110 0 1001011 10101 101101 100111101 111100 100010

Color Harmonies of #8C236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C236E

Black with #8C236E

Text Example


Text Example

White with #8C236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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