Html Css Color HEX #85157F Dark Purple

📋 copy color: '#85157F'

red 133 ◦ green 21 ◦ blue 127

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

Shades of Dark Purple #85157F

Tints of Dark Purple #85157F

RGB

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

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

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

R = 47.33%
G = 7.47%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85157F (or 0x85157F) is known color: Dark Purple. HEX triplet: 85, 15 and 7F. RGB value is (133,21,127). Sum of RGB (Red+Green+Blue) = 133+21+127=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85157F is #7AEA80. Grayscale: #424242. Windows color (decimal): -8055425 or 8328581. OLE color: 8328581.

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

Color convert

RGB 133 21 127 -
CMYK 0 0.84 0.05 0.48
HSL 303.21º 0.73% 0.3% -
HSV(B) 303.21º 0.84% 0.52% -
XYZ 13.77 7.06 20.71 -
YUV 66.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 133 21 127 0 0.84 0.05 0.48 303.21 0.73 0.3
Hex 85 15 7F 0 54 5 30 12F 49 1E
Octal 205 25 177 0 124 5 60 457 111 36
Binary 10000101 10101 1111111 0 1010100 101 110000 100101111 1001001 11110

Color Harmonies of #85157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85157F

Black with #85157F

Text Example


Text Example

White with #85157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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