Html Css Color HEX #865DDD Medium Purple

📋 copy color: '#865DDD'

red 134 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #865DDD

Tints of Medium Purple #865DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 29.91%
G = 20.76%
B = 49.33%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#865DDD (or 0x865DDD) is known color: Medium Purple. HEX triplet: 86, 5D and DD. RGB value is (134,93,221). Sum of RGB (Red+Green+Blue) = 134+93+221=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #865DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DDD is #79A222. Grayscale: #777777. Windows color (decimal): -7971363 or 14507398. OLE color: 14507398.

HSL color Cylindrical-coordinate representation of color #865DDD: hue angle of 259.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865DDD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 93 221 -
CMYK 0.39 0.58 0 0.13
HSL 259.22º 0.65% 0.62% -
HSV(B) 259.22º 0.58% 0.87% -
XYZ 26.8 18.12 70.49 -
YUV 119.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 134 93 221 0.39 0.58 0 0.13 259.22 0.65 0.62
Hex 86 5D DD 27 3A 0 D 103 41 3E
Octal 206 135 335 47 72 0 15 403 101 76
Binary 10000110 1011101 11011101 100111 111010 0 1101 100000011 1000001 111110

Color Harmonies of #865DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DDD

Black with #865DDD

Text Example


Text Example

White with #865DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865DDD; }

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

 H1.HeaderClassName
 {
   color: #865DDD;
 }
 .AnyTagClassName
 {
   color: #865DDD;
 }
</style>

background-color css

<style>
 a { background-color: #865DDD; }

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

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

border-color css

<style>
 span { border-color: #865DDD; }

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

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