Html Css Color HEX #85157D Dark Purple

📋 copy color: '#85157D'

red 133 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #85157D

Tints of Dark Purple #85157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 47.67%
G = 7.53%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85157D (or 0x85157D) is known color: Dark Purple. HEX triplet: 85, 15 and 7D. RGB value is (133,21,125). Sum of RGB (Red+Green+Blue) = 133+21+125=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85157D is #7AEA82. Grayscale: #424242. Windows color (decimal): -8055427 or 8197509. OLE color: 8197509.

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

Color convert

RGB 133 21 125 -
CMYK 0 0.84 0.06 0.48
HSL 304.29º 0.73% 0.3% -
HSV(B) 304.29º 0.84% 0.52% -
XYZ 13.64 7 20.03 -
YUV 66.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 133 21 125 0 0.84 0.06 0.48 304.29 0.73 0.3
Hex 85 15 7D 0 54 6 30 130 49 1E
Octal 205 25 175 0 124 6 60 460 111 36
Binary 10000101 10101 1111101 0 1010100 110 110000 100110000 1001001 11110

Color Harmonies of #85157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85157D

Black with #85157D

Text Example


Text Example

White with #85157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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