Html Css Color HEX #85287E Dark Purple

📋 copy color: '#85287E'

red 133 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #85287E

Tints of Dark Purple #85287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 44.48%
G = 13.38%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85287E (or 0x85287E) is known color: Dark Purple. HEX triplet: 85, 28 and 7E. RGB value is (133,40,126). Sum of RGB (Red+Green+Blue) = 133+40+126=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85287E is #7AD781. Grayscale: #4D4D4D. Windows color (decimal): -8050562 or 8267909. OLE color: 8267909.

HSL color Cylindrical-coordinate representation of color #85287E: hue angle of 304.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85287E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 126 -
CMYK 0 0.70 0.05 0.48
HSL 304.52º 0.54% 0.34% -
HSV(B) 304.52º 0.7% 0.52% -
XYZ 14.2 8.01 20.54 -
YUV 77.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 133 40 126 0 0.70 0.05 0.48 304.52 0.54 0.34
Hex 85 28 7E 0 46 5 30 131 36 22
Octal 205 50 176 0 106 5 60 461 66 42
Binary 10000101 101000 1111110 0 1000110 101 110000 100110001 110110 100010

Color Harmonies of #85287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85287E

Black with #85287E

Text Example


Text Example

White with #85287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85287E; }

 p { color: rgb(133,40,126); }

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

background-color css

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

 a { background-color: rgb(133,40,126); }

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

border-color css

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

 span { border-color: rgb(133,40,126); }

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