Html Css Color HEX #840D69 Dark Purple

📋 copy color: '#840D69'

red 132 ◦ green 13 ◦ blue 105

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

Shades of Dark Purple #840D69

Tints of Dark Purple #840D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 52.8%
G = 5.2%
B = 42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#840D69 (or 0x840D69) is known color: Dark Purple. HEX triplet: 84, 0D and 69. RGB value is (132,13,105). Sum of RGB (Red+Green+Blue) = 132+13+105=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D69 is #7BF296. Grayscale: #3A3A3A. Windows color (decimal): -8123031 or 6884740. OLE color: 6884740.

HSL color Cylindrical-coordinate representation of color #840D69: hue angle of 313.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D69 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 105 -
CMYK 0 0.90 0.20 0.48
HSL 313.61º 0.82% 0.28% -
HSV(B) 313.61º 0.9% 0.52% -
XYZ 12.21 6.21 13.92 -
YUV 59.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 132 13 105 0 0.90 0.20 0.48 313.61 0.82 0.28
Hex 84 D 69 0 5A 14 30 13A 52 1C
Octal 204 15 151 0 132 24 60 472 122 34
Binary 10000100 1101 1101001 0 1011010 10100 110000 100111010 1010010 11100

Color Harmonies of #840D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D69

Black with #840D69

Text Example


Text Example

White with #840D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,105); }

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

background-color css

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

 a { background-color: rgb(132,13,105); }

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

border-color css

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

 span { border-color: rgb(132,13,105); }

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