Html Css Color HEX #85177F Dark Purple

📋 copy color: '#85177F'

red 133 ◦ green 23 ◦ blue 127

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

Shades of Dark Purple #85177F

Tints of Dark Purple #85177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

 BLUE value IS 127 (50% from 255) = 44.88%

R = 47%
G = 8.13%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85177F (or 0x85177F) is known color: Dark Purple. HEX triplet: 85, 17 and 7F. RGB value is (133,23,127). Sum of RGB (Red+Green+Blue) = 133+23+127=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85177F is #7AE880. Grayscale: #434343. Windows color (decimal): -8054913 or 8329093. OLE color: 8329093.

HSL color Cylindrical-coordinate representation of color #85177F: hue angle of 303.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85177F is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 127 -
CMYK 0 0.83 0.05 0.48
HSL 303.27º 0.71% 0.31% -
HSV(B) 303.27º 0.83% 0.52% -
XYZ 13.81 7.13 20.73 -
YUV 67.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 133 23 127 0 0.83 0.05 0.48 303.27 0.71 0.31
Hex 85 17 7F 0 53 5 30 12F 47 1F
Octal 205 27 177 0 123 5 60 457 107 37
Binary 10000101 10111 1111111 0 1010011 101 110000 100101111 1000111 11111

Color Harmonies of #85177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85177F

Black with #85177F

Text Example


Text Example

White with #85177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,23,127); }

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

background-color css

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

 a { background-color: rgb(133,23,127); }

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

border-color css

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

 span { border-color: rgb(133,23,127); }

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