#85127B

Color #85127B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #85127B

Tints of Dark Purple #85127B

Color information

#85127B (or 0x85127B) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 7B. RGB value is (133,18,123). Sum of RGB (Red+Green+Blue) = 133+18+123=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85127B is #7AED84. Grayscale: #404040. Windows color (decimal): -8056197 or 8065669. OLE color: 8065669.

HSL color Cylindrical-coordinate representation of color #85127B: hue angle of 305.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85127B is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13318123-
CMYK00.860.080.48
HSL305.22º76.16%29.61%-
HSV(B)305.22º86.47%52.16%-
XYZ13.466.8519.35-
YUV64.36161.1176.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=48.54%
G=6.57%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331812300.860.080.48305.2276.1629.61
Hex85127B0568301314c1e
Octal205221730126106046111436
Binary10000101100101111011010101101000110000100110001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85127B; }

 p { color: rgb(133,18,123); }

 H1.HeaderClassName
 {
   color: #85127B;
 }
 .AnyTagClassName
 {
   color: #85127B;
 }
</style>
background-color css

<style>
 a { background-color: #85127B; }

 a { background-color: rgb(133,18,123); }

 div.DivClassName
 {
   background-color: #85127B;
 }
 .BgClassName
 {
   background-color: #85127B;
 }
</style>
border-color css

<style>
 span { border-color: #85127B; }

 span { border-color: rgb(133,18,123); }

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