Html Css Color HEX #85267F Dark Purple

📋 copy color: '#85267F'

red 133 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #85267F

Tints of Dark Purple #85267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 44.63%
G = 12.75%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85267F (or 0x85267F) is known color: Dark Purple. HEX triplet: 85, 26 and 7F. RGB value is (133,38,127). Sum of RGB (Red+Green+Blue) = 133+38+127=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267F is #7AD980. Grayscale: #4C4C4C. Windows color (decimal): -8051073 or 8332933. OLE color: 8332933.

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

Color convert

RGB 133 38 127 -
CMYK 0 0.71 0.05 0.48
HSL 303.79º 0.56% 0.34% -
HSV(B) 303.79º 0.71% 0.52% -
XYZ 14.2 7.91 20.86 -
YUV 76.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 133 38 127 0 0.71 0.05 0.48 303.79 0.56 0.34
Hex 85 26 7F 0 47 5 30 130 38 22
Octal 205 46 177 0 107 5 60 460 70 42
Binary 10000101 100110 1111111 0 1000111 101 110000 100110000 111000 100010

Color Harmonies of #85267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85267F

Black with #85267F

Text Example


Text Example

White with #85267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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