Html Css Color HEX #85177E Dark Purple

📋 copy color: '#85177E'

red 133 ◦ green 23 ◦ blue 126

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

Shades of Dark Purple #85177E

Tints of Dark Purple #85177E

RGB

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

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

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

R = 47.16%
G = 8.16%
B = 44.68%

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

#85177E (or 0x85177E) is known color: Dark Purple. HEX triplet: 85, 17 and 7E. RGB value is (133,23,126). Sum of RGB (Red+Green+Blue) = 133+23+126=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85177E is #7AE881. Grayscale: #434343. Windows color (decimal): -8054914 or 8263557. OLE color: 8263557.

HSL color Cylindrical-coordinate representation of color #85177E: hue angle of 303.82º 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 #85177E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 126 -
CMYK 0 0.83 0.05 0.48
HSL 303.82º 0.71% 0.31% -
HSV(B) 303.82º 0.83% 0.52% -
XYZ 13.75 7.11 20.39 -
YUV 67.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 133 23 126 0 0.83 0.05 0.48 303.82 0.71 0.31
Hex 85 17 7E 0 53 5 30 130 47 1F
Octal 205 27 176 0 123 5 60 460 107 37
Binary 10000101 10111 1111110 0 1010011 101 110000 100110000 1000111 11111

Color Harmonies of #85177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85177E

Black with #85177E

Text Example


Text Example

White with #85177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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