Html Css Color HEX #85256F Dark Purple

📋 copy color: '#85256F'

red 133 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #85256F

Tints of Dark Purple #85256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 47.33%
G = 13.17%
B = 39.5%

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

#85256F (or 0x85256F) is known color: Dark Purple. HEX triplet: 85, 25 and 6F. RGB value is (133,37,111). Sum of RGB (Red+Green+Blue) = 133+37+111=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85256F is #7ADA90. Grayscale: #494949. Windows color (decimal): -8051345 or 7284101. OLE color: 7284101.

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

Color convert

RGB 133 37 111 -
CMYK 0 0.72 0.17 0.48
HSL 313.75º 0.56% 0.33% -
HSV(B) 313.75º 0.72% 0.52% -
XYZ 13.2 7.46 15.78 -
YUV 74.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 133 37 111 0 0.72 0.17 0.48 313.75 0.56 0.33
Hex 85 25 6F 0 48 11 30 13A 38 21
Octal 205 45 157 0 110 21 60 472 70 41
Binary 10000101 100101 1101111 0 1001000 10001 110000 100111010 111000 100001

Color Harmonies of #85256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85256F

Black with #85256F

Text Example


Text Example

White with #85256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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