Html Css Color HEX #8565DF Medium Purple

📋 copy color: '#8565DF'

red 133 ◦ green 101 ◦ blue 223

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

Shades of Medium Purple #8565DF

Tints of Medium Purple #8565DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

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

R = 29.1%
G = 22.1%
B = 48.8%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8565DF (or 0x8565DF) is known color: Medium Purple. HEX triplet: 85, 65 and DF. RGB value is (133,101,223). Sum of RGB (Red+Green+Blue) = 133+101+223=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #8565DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565DF is #7A9A20. Grayscale: #7C7C7C. Windows color (decimal): -8034849 or 14640517. OLE color: 14640517.

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

Color convert

RGB 133 101 223 -
CMYK 0.40 0.55 0 0.13
HSL 255.74º 0.66% 0.64% -
HSV(B) 255.74º 0.55% 0.87% -
XYZ 27.65 19.62 72.14 -
YUV 124.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 133 101 223 0.40 0.55 0 0.13 255.74 0.66 0.64
Hex 85 65 DF 28 37 0 D 100 42 40
Octal 205 145 337 50 67 0 15 400 102 100
Binary 10000101 1100101 11011111 101000 110111 0 1101 100000000 1000010 1000000

Color Harmonies of #8565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565DF

Black with #8565DF

Text Example


Text Example

White with #8565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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