Html Css Color HEX #85267D Dark Purple

📋 copy color: '#85267D'

red 133 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #85267D

Tints of Dark Purple #85267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 44.93%
G = 12.84%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85267D (or 0x85267D) is known color: Dark Purple. HEX triplet: 85, 26 and 7D. RGB value is (133,38,125). Sum of RGB (Red+Green+Blue) = 133+38+125=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267D is #7AD982. Grayscale: #4C4C4C. Windows color (decimal): -8051075 or 8201861. OLE color: 8201861.

HSL color Cylindrical-coordinate representation of color #85267D: hue angle of 305.05º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85267D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 125 -
CMYK 0 0.71 0.06 0.48
HSL 305.05º 0.56% 0.34% -
HSV(B) 305.05º 0.71% 0.52% -
XYZ 14.07 7.85 20.18 -
YUV 76.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 133 38 125 0 0.71 0.06 0.48 305.05 0.56 0.34
Hex 85 26 7D 0 47 6 30 131 38 22
Octal 205 46 175 0 107 6 60 461 70 42
Binary 10000101 100110 1111101 0 1000111 110 110000 100110001 111000 100010

Color Harmonies of #85267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85267D

Black with #85267D

Text Example


Text Example

White with #85267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85267D; }

 p { color: rgb(133,38,125); }

 H1.HeaderClassName
 {
   color: #85267D;
 }
 .AnyTagClassName
 {
   color: #85267D;
 }
</style>

background-color css

<style>
 a { background-color: #85267D; }

 a { background-color: rgb(133,38,125); }

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

border-color css

<style>
 span { border-color: #85267D; }

 span { border-color: rgb(133,38,125); }

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