Html Css Color HEX #8C226C Dark Purple

📋 copy color: '#8C226C'

red 140 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #8C226C

Tints of Dark Purple #8C226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 49.65%
G = 12.06%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C226C (or 0x8C226C) is known color: Dark Purple. HEX triplet: 8C, 22 and 6C. RGB value is (140,34,108). Sum of RGB (Red+Green+Blue) = 140+34+108=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C226C is #73DD93. Grayscale: #494949. Windows color (decimal): -7593364 or 7086732. OLE color: 7086732.

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

Color convert

RGB 140 34 108 -
CMYK 0 0.76 0.23 0.45
HSL 318.11º 0.61% 0.34% -
HSV(B) 318.11º 0.76% 0.55% -
XYZ 14.09 7.8 14.95 -
YUV 74.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 140 34 108 0 0.76 0.23 0.45 318.11 0.61 0.34
Hex 8C 22 6C 0 4C 17 2D 13E 3D 22
Octal 214 42 154 0 114 27 55 476 75 42
Binary 10001100 100010 1101100 0 1001100 10111 101101 100111110 111101 100010

Color Harmonies of #8C226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C226C

Black with #8C226C

Text Example


Text Example

White with #8C226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,108); }

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

background-color css

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

 a { background-color: rgb(140,34,108); }

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

border-color css

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

 span { border-color: rgb(140,34,108); }

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