Html Css Color HEX #8565E0 Medium Purple

📋 copy color: '#8565E0'

red 133 ◦ green 101 ◦ blue 224

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

Shades of Medium Purple #8565E0

Tints of Medium Purple #8565E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 29.04%
G = 22.05%
B = 48.91%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8565E0 (or 0x8565E0) is known color: Medium Purple. HEX triplet: 85, 65 and E0. RGB value is (133,101,224). Sum of RGB (Red+Green+Blue) = 133+101+224=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #8565E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565E0 is #7A9A1F. Grayscale: #7C7C7C. Windows color (decimal): -8034848 or 14706053. OLE color: 14706053.

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

Color convert

RGB 133 101 224 -
CMYK 0.41 0.55 0 0.12
HSL 255.61º 0.66% 0.64% -
HSV(B) 255.61º 0.55% 0.88% -
XYZ 27.78 19.68 72.85 -
YUV 124.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 133 101 224 0.41 0.55 0 0.12 255.61 0.66 0.64
Hex 85 65 E0 29 37 0 C 100 42 40
Octal 205 145 340 51 67 0 14 400 102 100
Binary 10000101 1100101 11100000 101001 110111 0 1100 100000000 1000010 1000000

Color Harmonies of #8565E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565E0

Black with #8565E0

Text Example


Text Example

White with #8565E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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