#8B69D4

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

Shades of Medium Purple #8B69D4

Tints of Medium Purple #8B69D4

Color information

#8B69D4 (or 0x8B69D4) is unknown color: approx Medium Purple. HEX triplet: 8B, 69 and D4. RGB value is (139,105,212). Sum of RGB (Red+Green+Blue) = 139+105+212=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #8B69D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69D4 is #74962B. Grayscale: #7E7E7E. Windows color (decimal): -7640620 or 13920651. OLE color: 13920651.

HSL color Cylindrical-coordinate representation of color #8B69D4: hue angle of 259.07º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B69D4 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB139105212-
CMYK0.340.5000.17
HSL259.07º55.44%62.16%-
HSV(B)259.07º50.47%83.14%-
XYZ27.5820.3564.76-
YUV127.36175.76136.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 212 (83.20% from 255) = 46.49%
R=30.48%
G=23.03%
B=46.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1391052120.340.5000.17259.0755.4462.16
Hex8B69D42232011103373e
Octal21315132442620214036776
Binary10001011110100111010100100010110010010001100000011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B69D4; }

 p { color: rgb(139,105,212); }

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

<style>
 a { background-color: #8B69D4; }

 a { background-color: rgb(139,105,212); }

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

<style>
 span { border-color: #8B69D4; }

 span { border-color: rgb(139,105,212); }

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