Html Css Color HEX #8561DF Medium Purple

📋 copy color: '#8561DF'

red 133 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #8561DF

Tints of Medium Purple #8561DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 29.36%
G = 21.41%
B = 49.23%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8561DF (or 0x8561DF) is known color: Medium Purple. HEX triplet: 85, 61 and DF. RGB value is (133,97,223). Sum of RGB (Red+Green+Blue) = 133+97+223=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8561DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561DF is #7A9E20. Grayscale: #797979. Windows color (decimal): -8035873 or 14639493. OLE color: 14639493.

HSL color Cylindrical-coordinate representation of color #8561DF: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8561DF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 97 223 -
CMYK 0.40 0.57 0 0.13
HSL 257.14º 0.66% 0.63% -
HSV(B) 257.14º 0.57% 0.87% -
XYZ 27.27 18.86 72.02 -
YUV 122.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 133 97 223 0.40 0.57 0 0.13 257.14 0.66 0.63
Hex 85 61 DF 28 39 0 D 101 42 3F
Octal 205 141 337 50 71 0 15 401 102 77
Binary 10000101 1100001 11011111 101000 111001 0 1101 100000001 1000010 111111

Color Harmonies of #8561DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8561DF

Black with #8561DF

Text Example


Text Example

White with #8561DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8561DF; }

 p { color: rgb(133,97,223); }

 H1.HeaderClassName
 {
   color: #8561DF;
 }
 .AnyTagClassName
 {
   color: #8561DF;
 }
</style>

background-color css

<style>
 a { background-color: #8561DF; }

 a { background-color: rgb(133,97,223); }

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

border-color css

<style>
 span { border-color: #8561DF; }

 span { border-color: rgb(133,97,223); }

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