Html Css Color HEX #85256E Dark Purple

📋 copy color: '#85256E'

red 133 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #85256E

Tints of Dark Purple #85256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 47.5%
G = 13.21%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85256E (or 0x85256E) is known color: Dark Purple. HEX triplet: 85, 25 and 6E. RGB value is (133,37,110). Sum of RGB (Red+Green+Blue) = 133+37+110=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85256E is #7ADA91. Grayscale: #494949. Windows color (decimal): -8051346 or 7218565. OLE color: 7218565.

HSL color Cylindrical-coordinate representation of color #85256E: hue angle of 314.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85256E is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 110 -
CMYK 0 0.72 0.17 0.48
HSL 314.38º 0.56% 0.33% -
HSV(B) 314.38º 0.72% 0.52% -
XYZ 13.15 7.44 15.49 -
YUV 74.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 133 37 110 0 0.72 0.17 0.48 314.38 0.56 0.33
Hex 85 25 6E 0 48 11 30 13A 38 21
Octal 205 45 156 0 110 21 60 472 70 41
Binary 10000101 100101 1101110 0 1001000 10001 110000 100111010 111000 100001

Color Harmonies of #85256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85256E

Black with #85256E

Text Example


Text Example

White with #85256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85256E; }

 p { color: rgb(133,37,110); }

 H1.HeaderClassName
 {
   color: #85256E;
 }
 .AnyTagClassName
 {
   color: #85256E;
 }
</style>

background-color css

<style>
 a { background-color: #85256E; }

 a { background-color: rgb(133,37,110); }

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

border-color css

<style>
 span { border-color: #85256E; }

 span { border-color: rgb(133,37,110); }

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