Html Css Color HEX #852676 Dark Purple

📋 copy color: '#852676'

red 133 ◦ green 38 ◦ blue 118

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

Shades of Dark Purple #852676

Tints of Dark Purple #852676

RGB

 RED value IS 133 (52.34% from 255) = 46.02%

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

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 46.02%
G = 13.15%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852676 (or 0x852676) is known color: Dark Purple. HEX triplet: 85, 26 and 76. RGB value is (133,38,118). Sum of RGB (Red+Green+Blue) = 133+38+118=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852676 is #7AD989. Grayscale: #4B4B4B. Windows color (decimal): -8051082 or 7743109. OLE color: 7743109.

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

Color convert

RGB 133 38 118 -
CMYK 0 0.71 0.11 0.48
HSL 309.47º 0.56% 0.34% -
HSV(B) 309.47º 0.71% 0.52% -
XYZ 13.64 7.68 17.9 -
YUV 75.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 133 38 118 0 0.71 0.11 0.48 309.47 0.56 0.34
Hex 85 26 76 0 47 B 30 135 38 22
Octal 205 46 166 0 107 13 60 465 70 42
Binary 10000101 100110 1110110 0 1000111 1011 110000 100110101 111000 100010

Color Harmonies of #852676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852676

Black with #852676

Text Example


Text Example

White with #852676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852676; }

 p { color: rgb(133,38,118); }

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

background-color css

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

 a { background-color: rgb(133,38,118); }

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

border-color css

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

 span { border-color: rgb(133,38,118); }

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