Html Css Color HEX #842663 Dark Purple

📋 copy color: '#842663'

red 132 ◦ green 38 ◦ blue 99

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

Shades of Dark Purple #842663

Tints of Dark Purple #842663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 49.07%
G = 14.13%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#842663 (or 0x842663) is known color: Dark Purple. HEX triplet: 84, 26 and 63. RGB value is (132,38,99). Sum of RGB (Red+Green+Blue) = 132+38+99=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842663 is #7BD99C. Grayscale: #484848. Windows color (decimal): -8116637 or 6497924. OLE color: 6497924.

HSL color Cylindrical-coordinate representation of color #842663: hue angle of 321.06º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842663 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 99 -
CMYK 0 0.71 0.25 0.48
HSL 321.06º 0.55% 0.33% -
HSV(B) 321.06º 0.71% 0.52% -
XYZ 12.46 7.19 12.54 -
YUV 73.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 132 38 99 0 0.71 0.25 0.48 321.06 0.55 0.33
Hex 84 26 63 0 47 19 30 141 37 21
Octal 204 46 143 0 107 31 60 501 67 41
Binary 10000100 100110 1100011 0 1000111 11001 110000 101000001 110111 100001

Color Harmonies of #842663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842663

Black with #842663

Text Example


Text Example

White with #842663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842663; }

 p { color: rgb(132,38,99); }

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

background-color css

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

 a { background-color: rgb(132,38,99); }

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

border-color css

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

 span { border-color: rgb(132,38,99); }

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