Html Css Color HEX #8659DD Medium Purple

📋 copy color: '#8659DD'

red 134 ◦ green 89 ◦ blue 221

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

Shades of Medium Purple #8659DD

Tints of Medium Purple #8659DD

RGB

 RED value IS 134 (52.73% from 255) = 30.18%

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 30.18%
G = 20.05%
B = 49.77%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8659DD (or 0x8659DD) is known color: Medium Purple. HEX triplet: 86, 59 and DD. RGB value is (134,89,221). Sum of RGB (Red+Green+Blue) = 134+89+221=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #8659DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659DD is #79A622. Grayscale: #757575. Windows color (decimal): -7972387 or 14506374. OLE color: 14506374.

HSL color Cylindrical-coordinate representation of color #8659DD: hue angle of 260.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8659DD is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 89 221 -
CMYK 0.39 0.60 0 0.13
HSL 260.45º 0.66% 0.61% -
HSV(B) 260.45º 0.6% 0.87% -
XYZ 26.46 17.43 70.38 -
YUV 117.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 134 89 221 0.39 0.60 0 0.13 260.45 0.66 0.61
Hex 86 59 DD 27 3C 0 D 104 42 3D
Octal 206 131 335 47 74 0 15 404 102 75
Binary 10000110 1011001 11011101 100111 111100 0 1101 100000100 1000010 111101

Color Harmonies of #8659DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8659DD

Black with #8659DD

Text Example


Text Example

White with #8659DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8659DD; }

 p { color: rgb(134,89,221); }

 H1.HeaderClassName
 {
   color: #8659DD;
 }
 .AnyTagClassName
 {
   color: #8659DD;
 }
</style>

background-color css

<style>
 a { background-color: #8659DD; }

 a { background-color: rgb(134,89,221); }

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

border-color css

<style>
 span { border-color: #8659DD; }

 span { border-color: rgb(134,89,221); }

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