Html Css Color HEX #840C6A Dark Purple

📋 copy color: '#840C6A'

red 132 ◦ green 12 ◦ blue 106

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

Shades of Dark Purple #840C6A

Tints of Dark Purple #840C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 52.8%
G = 4.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#840C6A (or 0x840C6A) is known color: Dark Purple. HEX triplet: 84, 0C and 6A. RGB value is (132,12,106). Sum of RGB (Red+Green+Blue) = 132+12+106=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C6A is #7BF395. Grayscale: #3A3A3A. Windows color (decimal): -8123286 or 6950020. OLE color: 6950020.

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

Color convert

RGB 132 12 106 -
CMYK 0 0.91 0.20 0.48
HSL 313º 0.83% 0.28% -
HSV(B) 313º 0.91% 0.52% -
XYZ 12.25 6.21 14.19 -
YUV 58.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 132 12 106 0 0.91 0.20 0.48 313 0.83 0.28
Hex 84 C 6A 0 5B 14 30 139 53 1C
Octal 204 14 152 0 133 24 60 471 123 34
Binary 10000100 1100 1101010 0 1011011 10100 110000 100111001 1010011 11100

Color Harmonies of #840C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C6A

Black with #840C6A

Text Example


Text Example

White with #840C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,106); }

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

background-color css

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

 a { background-color: rgb(132,12,106); }

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

border-color css

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

 span { border-color: rgb(132,12,106); }

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