Html Css Color HEX #840F6C Dark Purple

📋 copy color: '#840F6C'

red 132 ◦ green 15 ◦ blue 108

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

Shades of Dark Purple #840F6C

Tints of Dark Purple #840F6C

RGB

 RED value IS 132 (51.95% from 255) = 51.76%

 GREEN value IS 15 (6.25% from 255) = 5.88%

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

R = 51.76%
G = 5.88%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#840F6C (or 0x840F6C) is known color: Dark Purple. HEX triplet: 84, 0F and 6C. RGB value is (132,15,108). Sum of RGB (Red+Green+Blue) = 132+15+108=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #840F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F6C is #7BF093. Grayscale: #3C3C3C. Windows color (decimal): -8122516 or 7081860. OLE color: 7081860.

HSL color Cylindrical-coordinate representation of color #840F6C: hue angle of 312.31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F6C is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 15 108 -
CMYK 0 0.89 0.18 0.48
HSL 312.31º 0.8% 0.29% -
HSV(B) 312.31º 0.89% 0.52% -
XYZ 12.39 6.33 14.76 -
YUV 60.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 132 15 108 0 0.89 0.18 0.48 312.31 0.8 0.29
Hex 84 F 6C 0 59 12 30 138 50 1D
Octal 204 17 154 0 131 22 60 470 120 35
Binary 10000100 1111 1101100 0 1011001 10010 110000 100111000 1010000 11101

Color Harmonies of #840F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F6C

Black with #840F6C

Text Example


Text Example

White with #840F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F6C; }

 p { color: rgb(132,15,108); }

 H1.HeaderClassName
 {
   color: #840F6C;
 }
 .AnyTagClassName
 {
   color: #840F6C;
 }
</style>

background-color css

<style>
 a { background-color: #840F6C; }

 a { background-color: rgb(132,15,108); }

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

border-color css

<style>
 span { border-color: #840F6C; }

 span { border-color: rgb(132,15,108); }

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