Html Css Color HEX #865DDB Medium Purple

📋 copy color: '#865DDB'

red 134 ◦ green 93 ◦ blue 219

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

Shades of Medium Purple #865DDB

Tints of Medium Purple #865DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 30.04%
G = 20.85%
B = 49.1%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#865DDB (or 0x865DDB) is known color: Medium Purple. HEX triplet: 86, 5D and DB. RGB value is (134,93,219). Sum of RGB (Red+Green+Blue) = 134+93+219=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #865DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DDB is #79A224. Grayscale: #777777. Windows color (decimal): -7971365 or 14376326. OLE color: 14376326.

HSL color Cylindrical-coordinate representation of color #865DDB: hue angle of 259.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865DDB is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 93 219 -
CMYK 0.39 0.58 0 0.14
HSL 259.52º 0.64% 0.61% -
HSV(B) 259.52º 0.58% 0.86% -
XYZ 26.53 18.01 69.1 -
YUV 119.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 134 93 219 0.39 0.58 0 0.14 259.52 0.64 0.61
Hex 86 5D DB 27 3A 0 E 104 40 3D
Octal 206 135 333 47 72 0 16 404 100 75
Binary 10000110 1011101 11011011 100111 111010 0 1110 100000100 1000000 111101

Color Harmonies of #865DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DDB

Black with #865DDB

Text Example


Text Example

White with #865DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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