Html Css Color HEX #841066 Dark Purple

📋 copy color: '#841066'

red 132 ◦ green 16 ◦ blue 102

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

Shades of Dark Purple #841066

Tints of Dark Purple #841066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 52.8%
G = 6.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841066 (or 0x841066) is known color: Dark Purple. HEX triplet: 84, 10 and 66. RGB value is (132,16,102). Sum of RGB (Red+Green+Blue) = 132+16+102=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #841066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841066 is #7BEF99. Grayscale: #3C3C3C. Windows color (decimal): -8122266 or 6688900. OLE color: 6688900.

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

Color convert

RGB 132 16 102 -
CMYK 0 0.88 0.23 0.48
HSL 315.52º 0.78% 0.29% -
HSV(B) 315.52º 0.88% 0.52% -
XYZ 12.1 6.24 13.14 -
YUV 60.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 132 16 102 0 0.88 0.23 0.48 315.52 0.78 0.29
Hex 84 10 66 0 58 17 30 13C 4E 1D
Octal 204 20 146 0 130 27 60 474 116 35
Binary 10000100 10000 1100110 0 1011000 10111 110000 100111100 1001110 11101

Color Harmonies of #841066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841066

Black with #841066

Text Example


Text Example

White with #841066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841066; }

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

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

background-color css

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

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

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

border-color css

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

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

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