Html Css Color HEX #85367F Dark Purple

📋 copy color: '#85367F'

red 133 ◦ green 54 ◦ blue 127

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

Shades of Dark Purple #85367F

Tints of Dark Purple #85367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 42.36%
G = 17.2%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85367F (or 0x85367F) is known color: Dark Purple. HEX triplet: 85, 36 and 7F. RGB value is (133,54,127). Sum of RGB (Red+Green+Blue) = 133+54+127=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367F is #7AC980. Grayscale: #555555. Windows color (decimal): -8046977 or 8337029. OLE color: 8337029.

HSL color Cylindrical-coordinate representation of color #85367F: hue angle of 304.56º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85367F is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 127 -
CMYK 0 0.59 0.05 0.48
HSL 304.56º 0.42% 0.37% -
HSV(B) 304.56º 0.59% 0.52% -
XYZ 14.82 9.16 21.06 -
YUV 85.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 133 54 127 0 0.59 0.05 0.48 304.56 0.42 0.37
Hex 85 36 7F 0 3B 5 30 131 2A 25
Octal 205 66 177 0 73 5 60 461 52 45
Binary 10000101 110110 1111111 0 111011 101 110000 100110001 101010 100101

Color Harmonies of #85367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85367F

Black with #85367F

Text Example


Text Example

White with #85367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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