Html Css Color HEX #85296F Dark Purple

📋 copy color: '#85296F'

red 133 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #85296F

Tints of Dark Purple #85296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 46.67%
G = 14.39%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85296F (or 0x85296F) is known color: Dark Purple. HEX triplet: 85, 29 and 6F. RGB value is (133,41,111). Sum of RGB (Red+Green+Blue) = 133+41+111=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85296F is #7AD690. Grayscale: #4C4C4C. Windows color (decimal): -8050321 or 7285125. OLE color: 7285125.

HSL color Cylindrical-coordinate representation of color #85296F: hue angle of 314.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85296F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 111 -
CMYK 0 0.69 0.17 0.48
HSL 314.35º 0.53% 0.34% -
HSV(B) 314.35º 0.69% 0.52% -
XYZ 13.34 7.72 15.83 -
YUV 76.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 133 41 111 0 0.69 0.17 0.48 314.35 0.53 0.34
Hex 85 29 6F 0 45 11 30 13A 35 22
Octal 205 51 157 0 105 21 60 472 65 42
Binary 10000101 101001 1101111 0 1000101 10001 110000 100111010 110101 100010

Color Harmonies of #85296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85296F

Black with #85296F

Text Example


Text Example

White with #85296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85296F; }

 p { color: rgb(133,41,111); }

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

background-color css

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

 a { background-color: rgb(133,41,111); }

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

border-color css

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

 span { border-color: rgb(133,41,111); }

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