Html Css Color HEX #840875 Purple

📋 copy color: '#840875'

red 132 ◦ green 8 ◦ blue 117

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

Shades of Purple #840875

Tints of Purple #840875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 51.36%
G = 3.11%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#840875 (or 0x840875) is known color: Purple. HEX triplet: 84, 08 and 75. RGB value is (132,8,117). Sum of RGB (Red+Green+Blue) = 132+8+117=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #840875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840875 is #7BF78A. Grayscale: #393939. Windows color (decimal): -8124299 or 7669892. OLE color: 7669892.

HSL color Cylindrical-coordinate representation of color #840875: hue angle of 307.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840875 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 117 -
CMYK 0 0.94 0.11 0.48
HSL 307.26º 0.89% 0.27% -
HSV(B) 307.26º 0.94% 0.52% -
XYZ 12.81 6.36 17.38 -
YUV 57.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 132 8 117 0 0.94 0.11 0.48 307.26 0.89 0.27
Hex 84 8 75 0 5E B 30 133 59 1B
Octal 204 10 165 0 136 13 60 463 131 33
Binary 10000100 1000 1110101 0 1011110 1011 110000 100110011 1011001 11011

Color Harmonies of #840875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840875

Black with #840875

Text Example


Text Example

White with #840875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840875; }

 p { color: rgb(132,8,117); }

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

background-color css

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

 a { background-color: rgb(132,8,117); }

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

border-color css

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

 span { border-color: rgb(132,8,117); }

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