Html Css Color HEX #8C2F6C Dark Purple

📋 copy color: '#8C2F6C'

red 140 ◦ green 47 ◦ blue 108

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

Shades of Dark Purple #8C2F6C

Tints of Dark Purple #8C2F6C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

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

R = 47.46%
G = 15.93%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C2F6C (or 0x8C2F6C) is known color: Dark Purple. HEX triplet: 8C, 2F and 6C. RGB value is (140,47,108). Sum of RGB (Red+Green+Blue) = 140+47+108=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F6C is #73D093. Grayscale: #515151. Windows color (decimal): -7590036 or 7090060. OLE color: 7090060.

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

Color convert

RGB 140 47 108 -
CMYK 0 0.66 0.23 0.45
HSL 320.65º 0.5% 0.37% -
HSV(B) 320.65º 0.66% 0.55% -
XYZ 14.54 8.69 15.1 -
YUV 81.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 140 47 108 0 0.66 0.23 0.45 320.65 0.5 0.37
Hex 8C 2F 6C 0 42 17 2D 141 32 25
Octal 214 57 154 0 102 27 55 501 62 45
Binary 10001100 101111 1101100 0 1000010 10111 101101 101000001 110010 100101

Color Harmonies of #8C2F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F6C

Black with #8C2F6C

Text Example


Text Example

White with #8C2F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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