#865CDD

Color #865CDD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #865CDD

Tints of Medium Purple #865CDD

Color information

#865CDD (or 0x865CDD) is unknown color: approx Medium Purple. HEX triplet: 86, 5C and DD. RGB value is (134,92,221). Sum of RGB (Red+Green+Blue) = 134+92+221=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #865CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CDD is #79A322. Grayscale: #767676. Windows color (decimal): -7971619 or 14507142. OLE color: 14507142.

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

Color convert

RGB13492221-
CMYK0.390.5800.13
HSL259.53º65.48%61.37%-
HSV(B)259.53º58.37%86.67%-
XYZ26.7117.9470.46-
YUV119.26185.41138.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=29.98%
G=20.58%
B=49.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134922210.390.5800.13259.5365.4861.37
Hex865CDD273A0D104413d
Octal206134335477201540410175
Binary10000110101110011011101100111111010011011000001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #865CDD;
 }
 .AnyTagClassName
 {
   color: #865CDD;
 }
</style>
background-color css

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

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

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

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

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

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