Html Css Color HEX #84266B Dark Purple

📋 copy color: '#84266B'

red 132 ◦ green 38 ◦ blue 107

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

Shades of Dark Purple #84266B

Tints of Dark Purple #84266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 47.65%
G = 13.72%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84266B (or 0x84266B) is known color: Dark Purple. HEX triplet: 84, 26 and 6B. RGB value is (132,38,107). Sum of RGB (Red+Green+Blue) = 132+38+107=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266B is #7BD994. Grayscale: #494949. Windows color (decimal): -8116629 or 7022212. OLE color: 7022212.

HSL color Cylindrical-coordinate representation of color #84266B: hue angle of 315.96º 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 #84266B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 107 -
CMYK 0 0.71 0.19 0.48
HSL 315.96º 0.55% 0.33% -
HSV(B) 315.96º 0.71% 0.52% -
XYZ 12.86 7.35 14.65 -
YUV 73.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 132 38 107 0 0.71 0.19 0.48 315.96 0.55 0.33
Hex 84 26 6B 0 47 13 30 13C 37 21
Octal 204 46 153 0 107 23 60 474 67 41
Binary 10000100 100110 1101011 0 1000111 10011 110000 100111100 110111 100001

Color Harmonies of #84266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84266B

Black with #84266B

Text Example


Text Example

White with #84266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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