Html Css Color HEX #85156C Dark Purple

📋 copy color: '#85156C'

red 133 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #85156C

Tints of Dark Purple #85156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 50.76%
G = 8.02%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85156C (or 0x85156C) is known color: Dark Purple. HEX triplet: 85, 15 and 6C. RGB value is (133,21,108). Sum of RGB (Red+Green+Blue) = 133+21+108=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85156C is #7AEA93. Grayscale: #404040. Windows color (decimal): -8055444 or 7083397. OLE color: 7083397.

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

Color convert

RGB 133 21 108 -
CMYK 0 0.84 0.19 0.48
HSL 313.39º 0.73% 0.3% -
HSV(B) 313.39º 0.84% 0.52% -
XYZ 12.65 6.61 14.8 -
YUV 64.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 133 21 108 0 0.84 0.19 0.48 313.39 0.73 0.3
Hex 85 15 6C 0 54 13 30 139 49 1E
Octal 205 25 154 0 124 23 60 471 111 36
Binary 10000101 10101 1101100 0 1010100 10011 110000 100111001 1001001 11110

Color Harmonies of #85156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85156C

Black with #85156C

Text Example


Text Example

White with #85156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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