Html Css Color HEX #8C246C Dark Purple

📋 copy color: '#8C246C'

red 140 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #8C246C

Tints of Dark Purple #8C246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 49.3%
G = 12.68%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C246C (or 0x8C246C) is known color: Dark Purple. HEX triplet: 8C, 24 and 6C. RGB value is (140,36,108). Sum of RGB (Red+Green+Blue) = 140+36+108=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C246C is #73DB93. Grayscale: #4B4B4B. Windows color (decimal): -7592852 or 7087244. OLE color: 7087244.

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

Color convert

RGB 140 36 108 -
CMYK 0 0.74 0.23 0.45
HSL 318.46º 0.59% 0.35% -
HSV(B) 318.46º 0.74% 0.55% -
XYZ 14.15 7.92 14.97 -
YUV 75.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 140 36 108 0 0.74 0.23 0.45 318.46 0.59 0.35
Hex 8C 24 6C 0 4A 17 2D 13E 3B 23
Octal 214 44 154 0 112 27 55 476 73 43
Binary 10001100 100100 1101100 0 1001010 10111 101101 100111110 111011 100011

Color Harmonies of #8C246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C246C

Black with #8C246C

Text Example


Text Example

White with #8C246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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