Html Css Color HEX #85157A Dark Purple

📋 copy color: '#85157A'

red 133 ◦ green 21 ◦ blue 122

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

Shades of Dark Purple #85157A

Tints of Dark Purple #85157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 48.19%
G = 7.61%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85157A (or 0x85157A) is known color: Dark Purple. HEX triplet: 85, 15 and 7A. RGB value is (133,21,122). Sum of RGB (Red+Green+Blue) = 133+21+122=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85157A is #7AEA85. Grayscale: #414141. Windows color (decimal): -8055430 or 8000901. OLE color: 8000901.

HSL color Cylindrical-coordinate representation of color #85157A: hue angle of 305.89º 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 #85157A is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 122 -
CMYK 0 0.84 0.08 0.48
HSL 305.89º 0.73% 0.3% -
HSV(B) 305.89º 0.84% 0.52% -
XYZ 13.45 6.93 19.04 -
YUV 66 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 133 21 122 0 0.84 0.08 0.48 305.89 0.73 0.3
Hex 85 15 7A 0 54 8 30 132 49 1E
Octal 205 25 172 0 124 10 60 462 111 36
Binary 10000101 10101 1111010 0 1010100 1000 110000 100110010 1001001 11110

Color Harmonies of #85157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85157A

Black with #85157A

Text Example


Text Example

White with #85157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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