#8765DE

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

Shades of Medium Purple #8765DE

Tints of Medium Purple #8765DE

Color information

#8765DE (or 0x8765DE) is unknown color: approx Medium Purple. HEX triplet: 87, 65 and DE. RGB value is (135,101,222). Sum of RGB (Red+Green+Blue) = 135+101+222=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #8765DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765DE is #789A21. Grayscale: #7C7C7C. Windows color (decimal): -7903778 or 14574983. OLE color: 14574983.

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

Color convert

RGB135101222-
CMYK0.390.5500.13
HSL256.86º64.71%63.33%-
HSV(B)256.86º54.5%87.06%-
XYZ27.8319.7371.45-
YUV124.96182.76135.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=29.48%
G=22.05%
B=48.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351012220.390.5500.13256.8664.7163.33
Hex8765DE27370D101413f
Octal207145336476701540110177
Binary10000111110010111011110100111110111011011000000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,101,222); }

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

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

 a { background-color: rgb(135,101,222); }

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

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

 span { border-color: rgb(135,101,222); }

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