Html Css Color HEX #85157C Dark Purple

📋 copy color: '#85157C'

red 133 ◦ green 21 ◦ blue 124

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

Shades of Dark Purple #85157C

Tints of Dark Purple #85157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 47.84%
G = 7.55%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85157C (or 0x85157C) is known color: Dark Purple. HEX triplet: 85, 15 and 7C. RGB value is (133,21,124). Sum of RGB (Red+Green+Blue) = 133+21+124=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85157C is #7AEA83. Grayscale: #414141. Windows color (decimal): -8055428 or 8131973. OLE color: 8131973.

HSL color Cylindrical-coordinate representation of color #85157C: hue angle of 304.82º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85157C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 124 -
CMYK 0 0.84 0.07 0.48
HSL 304.82º 0.73% 0.3% -
HSV(B) 304.82º 0.84% 0.52% -
XYZ 13.58 6.98 19.7 -
YUV 66.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 133 21 124 0 0.84 0.07 0.48 304.82 0.73 0.3
Hex 85 15 7C 0 54 7 30 131 49 1E
Octal 205 25 174 0 124 7 60 461 111 36
Binary 10000101 10101 1111100 0 1010100 111 110000 100110001 1001001 11110

Color Harmonies of #85157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85157C

Black with #85157C

Text Example


Text Example

White with #85157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85157C; }

 p { color: rgb(133,21,124); }

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

background-color css

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

 a { background-color: rgb(133,21,124); }

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

border-color css

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

 span { border-color: rgb(133,21,124); }

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