Html Css Color HEX #841266 Dark Purple

📋 copy color: '#841266'

red 132 ◦ green 18 ◦ blue 102

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

Shades of Dark Purple #841266

Tints of Dark Purple #841266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 52.38%
G = 7.14%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841266 (or 0x841266) is known color: Dark Purple. HEX triplet: 84, 12 and 66. RGB value is (132,18,102). Sum of RGB (Red+Green+Blue) = 132+18+102=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #841266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841266 is #7BED99. Grayscale: #3D3D3D. Windows color (decimal): -8121754 or 6689412. OLE color: 6689412.

HSL color Cylindrical-coordinate representation of color #841266: hue angle of 315.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841266 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 102 -
CMYK 0 0.86 0.23 0.48
HSL 315.79º 0.76% 0.29% -
HSV(B) 315.79º 0.86% 0.52% -
XYZ 12.13 6.3 13.15 -
YUV 61.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 132 18 102 0 0.86 0.23 0.48 315.79 0.76 0.29
Hex 84 12 66 0 56 17 30 13C 4C 1D
Octal 204 22 146 0 126 27 60 474 114 35
Binary 10000100 10010 1100110 0 1010110 10111 110000 100111100 1001100 11101

Color Harmonies of #841266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841266

Black with #841266

Text Example


Text Example

White with #841266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841266; }

 p { color: rgb(132,18,102); }

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

background-color css

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

 a { background-color: rgb(132,18,102); }

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

border-color css

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

 span { border-color: rgb(132,18,102); }

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