Html Css Color HEX #8570DF Medium Purple

📋 copy color: '#8570DF'

red 133 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #8570DF

Tints of Medium Purple #8570DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

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

R = 28.42%
G = 23.93%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8570DF (or 0x8570DF) is known color: Medium Purple. HEX triplet: 85, 70 and DF. RGB value is (133,112,223). Sum of RGB (Red+Green+Blue) = 133+112+223=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8570DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570DF is #7A8F20. Grayscale: #828282. Windows color (decimal): -8032033 or 14643333. OLE color: 14643333.

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

Color convert

RGB 133 112 223 -
CMYK 0.40 0.50 0 0.13
HSL 251.35º 0.63% 0.66% -
HSV(B) 251.35º 0.5% 0.87% -
XYZ 28.79 21.9 72.52 -
YUV 130.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 133 112 223 0.40 0.50 0 0.13 251.35 0.63 0.66
Hex 85 70 DF 28 32 0 D FB 3F 42
Octal 205 160 337 50 62 0 15 373 77 102
Binary 10000101 1110000 11011111 101000 110010 0 1101 11111011 111111 1000010

Color Harmonies of #8570DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8570DF

Black with #8570DF

Text Example


Text Example

White with #8570DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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