Html Css Color HEX #8566DE Medium Purple

📋 copy color: '#8566DE'

red 133 ◦ green 102 ◦ blue 222

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

Shades of Medium Purple #8566DE

Tints of Medium Purple #8566DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.32%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 29.1%
G = 22.32%
B = 48.58%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8566DE (or 0x8566DE) is known color: Medium Purple. HEX triplet: 85, 66 and DE. RGB value is (133,102,222). Sum of RGB (Red+Green+Blue) = 133+102+222=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #8566DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566DE is #7A9921. Grayscale: #7C7C7C. Windows color (decimal): -8034594 or 14575237. OLE color: 14575237.

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

Color convert

RGB 133 102 222 -
CMYK 0.40 0.54 0 0.13
HSL 255.5º 0.65% 0.64% -
HSV(B) 255.5º 0.54% 0.87% -
XYZ 27.61 19.76 71.47 -
YUV 124.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 133 102 222 0.40 0.54 0 0.13 255.5 0.65 0.64
Hex 85 66 DE 28 36 0 D 100 41 40
Octal 205 146 336 50 66 0 15 400 101 100
Binary 10000101 1100110 11011110 101000 110110 0 1101 100000000 1000001 1000000

Color Harmonies of #8566DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566DE

Black with #8566DE

Text Example


Text Example

White with #8566DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8566DE; }

 p { color: rgb(133,102,222); }

 H1.HeaderClassName
 {
   color: #8566DE;
 }
 .AnyTagClassName
 {
   color: #8566DE;
 }
</style>

background-color css

<style>
 a { background-color: #8566DE; }

 a { background-color: rgb(133,102,222); }

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

border-color css

<style>
 span { border-color: #8566DE; }

 span { border-color: rgb(133,102,222); }

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