Html Css Color HEX #85257C Dark Purple

📋 copy color: '#85257C'

red 133 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #85257C

Tints of Dark Purple #85257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 45.24%
G = 12.59%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85257C (or 0x85257C) is known color: Dark Purple. HEX triplet: 85, 25 and 7C. RGB value is (133,37,124). Sum of RGB (Red+Green+Blue) = 133+37+124=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85257C is #7ADA83. Grayscale: #4B4B4B. Windows color (decimal): -8051332 or 8136069. OLE color: 8136069.

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

Color convert

RGB 133 37 124 -
CMYK 0 0.72 0.07 0.48
HSL 305.63º 0.56% 0.33% -
HSV(B) 305.63º 0.72% 0.52% -
XYZ 13.97 7.76 19.83 -
YUV 75.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 133 37 124 0 0.72 0.07 0.48 305.63 0.56 0.33
Hex 85 25 7C 0 48 7 30 132 38 21
Octal 205 45 174 0 110 7 60 462 70 41
Binary 10000101 100101 1111100 0 1001000 111 110000 100110010 111000 100001

Color Harmonies of #85257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85257C

Black with #85257C

Text Example


Text Example

White with #85257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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