#8665D4

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

Shades of Medium Purple #8665D4

Tints of Medium Purple #8665D4

Color information

#8665D4 (or 0x8665D4) is unknown color: approx Medium Purple. HEX triplet: 86, 65 and D4. RGB value is (134,101,212). Sum of RGB (Red+Green+Blue) = 134+101+212=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #8665D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665D4 is #799A2B. Grayscale: #7B7B7B. Windows color (decimal): -7969324 or 13919622. OLE color: 13919622.

HSL color Cylindrical-coordinate representation of color #8665D4: hue angle of 257.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8665D4 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134101212-
CMYK0.370.5200.17
HSL257.84º56.35%61.37%-
HSV(B)257.84º52.36%83.14%-
XYZ26.3719.1364.59-
YUV123.52177.93135.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 212 (83.20% from 255) = 47.43%
R=29.98%
G=22.60%
B=47.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341012120.370.5200.17257.8456.3561.37
Hex8665D42534011102383d
Octal20614532445640214027075
Binary10000110110010111010100100101110100010001100000010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8665D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8665D4; }

 p { color: rgb(134,101,212); }

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

<style>
 a { background-color: #8665D4; }

 a { background-color: rgb(134,101,212); }

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

<style>
 span { border-color: #8665D4; }

 span { border-color: rgb(134,101,212); }

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